leading $ on the wrong side of pre var
This commit is contained in:
parent
142932903a
commit
7a9c1bba8b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "komodo.skip=true"
|
- "komodo.skip=true"
|
||||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=$rs{KOMODO_NODE_ID}
|
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${KOMODO_NODE_ID}
|
||||||
#- KOMODO_DATABASE_ADDRESS=
|
#- KOMODO_DATABASE_ADDRESS=
|
||||||
- "traefik.enable=${KOMODO_TRAEFIK_ENABLED}"
|
- "traefik.enable=${KOMODO_TRAEFIK_ENABLED}"
|
||||||
- "traefik.docker.network=komodo_external"
|
- "traefik.docker.network=komodo_external"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue