Skip to content

Commit

Permalink
fix。
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 31, 2024
1 parent d278969 commit a07624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
mongo:
image: "${MONGO_IMAGE}"
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"
Expand Down

0 comments on commit a07624f

Please sign in to comment.