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
|
||||
networks:
|
||||
- komodo_internal
|
||||
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
|
||||
command: ["--replSet", "rs${LXC_NUM}", "--bind_ip_all", "--port", "27017"]
|
||||
volumes:
|
||||
- /docker/management/mongodb:/data/db
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue