Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
50c2a9e1
Commit
50c2a9e1
authored
Feb 09, 2023
by
Gyeongho Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] docker-compose
parent
1c36c884
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
docker-compose.yml
View file @
50c2a9e1
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment