ok two more _ to - conversions
This commit is contained in:
parent
98a79a673d
commit
61a1340eef
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- komodo_internal
|
- komodo_internal
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "mongo_db1:${KOMODO_DB_PRI}"
|
- "mongo-db1:${KOMODO_DB_PRI}"
|
||||||
- "mongo_db2:${KOMODO_DB_SEC}"
|
- "mongo-db2:${KOMODO_DB_SEC}"
|
||||||
command: ["--replSet", "rs${LXC_NUM}", "--bind_ip_all", "--port", "27017"]
|
command: ["--replSet", "rs${LXC_NUM}", "--bind_ip_all", "--port", "27017"]
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/mongo:/data/db
|
- /docker/mongo:/data/db
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue