Commit 50c2a9e1 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] docker-compose

parent 1c36c884
...@@ -37,7 +37,7 @@ services: ...@@ -37,7 +37,7 @@ services:
- 27017:27017 - 27017:27017
volumes: volumes:
- /var/lib/mongodb:/data/db - /var/lib/mongodb:/data/db
-./mongodb/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro - ./mongodb/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
command: [ "mongod", "--bind_ip", "0.0.0.0" ] command: [ "mongod", "--bind_ip", "0.0.0.0" ]
environment: environment:
- TZ=Asia/Seoul - TZ=Asia/Seoul
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment