Unverified Commit 8e402e15 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: updated docker-compose mongo config

parent 6c397d7b
......@@ -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:
......
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