leading $ on the wrong side of pre var

This commit is contained in:
admin 2026-02-02 15:32:03 -07:00
parent 142932903a
commit 7a9c1bba8b

View file

@ -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"