cli change
This commit is contained in:
parent
4a2720fcbd
commit
eff862f474
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- komodo_internal
|
- komodo_internal
|
||||||
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
|
command: ["--replSet", "rs${LXC_NUM}", "--bind_ip_all", "--port", "27017"]
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/management/mongodb:/data/db
|
- /docker/management/mongodb:/data/db
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue