Skip to content

Commit 8c09f7e

Browse files
authored
Replace hardcoded version with environment variables
1 parent 90f6d2d commit 8c09f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: nextcloud
66
args:
7-
UPSTREAM_VERSION: v34.0.0rc1
7+
- NEXTCLOUD_VERSION
88
container_name: nextcloud.nextcloud.dnp.dappnode.eth
99
volumes:
1010
- nextcloud-data:/var/www/html
@@ -41,7 +41,7 @@ services:
4141
build:
4242
context: redis
4343
args:
44-
UPSTREAM_VERSION: v34.0.0rc1
44+
- REDIS_VERSION
4545
container_name: redis.nextcloud.dnp.dappnode.eth
4646
volumes:
4747
- redis-data:/data

0 commit comments

Comments
 (0)