Skip to content

Commit abe1ef8

Browse files
authored
Remove UPSTREAM_VERSION from db and redis services
Removed UPSTREAM_VERSION argument from db and redis services.
1 parent 1d178a8 commit abe1ef8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ services:
2626
db:
2727
build:
2828
context: db
29-
args:
30-
UPSTREAM_VERSION: v34.0.0rc1
3129
container_name: db.nextcloud.dnp.dappnode.eth
3230
volumes:
3331
- db-data:/var/lib/mysql
@@ -40,8 +38,6 @@ services:
4038
redis:
4139
build:
4240
context: redis
43-
args:
44-
UPSTREAM_VERSION: v34.0.0rc1
4541
container_name: redis.nextcloud.dnp.dappnode.eth
4642
volumes:
4743
- redis-data:/data

0 commit comments

Comments
 (0)