Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
docker
Commits
240eb27b
Commit
240eb27b
authored
Jan 05, 2021
by
thomas craipeau
Browse files
update
parent
dfe9ced5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose-apache.yml
View file @
240eb27b
...
...
@@ -2,9 +2,8 @@ version: '2'
services
:
mongo
:
image
:
mongo:3.6
#volumes:
# - ./code/data/db:/data/db
volumes
:
-
./code:/code
-
mongodb:/data/db
-
mongodb_config:/data/configdb
command
:
mongod
...
...
@@ -19,7 +18,6 @@ services:
#- "5901:9001"
volumes
:
-
./code:/code
#- ./code/data/db:/data/db
-
mongodb:/data/db
-
./code/log:/var/log/apache2
depends_on
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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