fix: updated docker-compose mongo config

pull/370/head
Nicolas Giard 8 years ago committed by GitHub
parent 6c397d7b90
commit 8e402e1518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,13 +4,17 @@ services:
image: mongo
expose:
- '27017'
command: '--smallfiles --logpath=/dev/null'
command: '--smallfiles --bind_ip wikidb'
environment:
- 'MONGO_LOG_DIR=/dev/null'
volumes:
- ./data/mongo:/data/db
wikijs:
image: 'requarks/wiki:latest'
links:
- wikidb
depends_on:
- wikidb
ports:
- '80:3000'
environment:

Loading…
Cancel
Save