use mongo version variable in docker-compose template - about to test upgrading from 4.0 to 4.2

This commit is contained in:
BSounder 2022-07-07 21:24:30 -07:00
parent ba275fa976
commit 73e4ce1dae
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ services:
- "traefik.frontend.rule=Host: your.domain.tld"
mongo:
image: mongo:4.0
image: mongo:{{ mongo_version }}
restart: unless-stopped
volumes:
- ./data/db:/data/db
@ -52,7 +52,7 @@ services:
- ./data/db:/data/db
mongo-init-replica:
image: mongo:4.0
image: mongo:{{ mongo_version }}
command: >
bash -c
"for (( ; ; )); do