|
|
|
@ -8,7 +8,7 @@ services:
|
|
|
|
|
ports:
|
|
|
|
|
- "37017:27017"
|
|
|
|
|
container_name: mongo
|
|
|
|
|
command: ["/bin/bash", "-c", "docker-entrypoint.sh mongod --wiredTigerCacheSizeGB 1 --auth; /docker-entrypoint-initdb.d/mongo-init.sh; wait"]
|
|
|
|
|
command: ["/bin/bash", "-c", "docker-entrypoint.sh mongod --wiredTigerCacheSizeGB 1 --auth & /docker-entrypoint-initdb.d/mongo-init.sh; wait"]
|
|
|
|
|
volumes:
|
|
|
|
|
- "${DATA_DIR}/components/mongodb/data/db:/data/db"
|
|
|
|
|
- "${DATA_DIR}/components/mongodb/data/logs:/data/logs"
|
|
|
|
|