fix: Docker fixes

This commit is contained in:
NGPixel
2017-06-25 15:01:17 -04:00
committed by Nicolas Giard
parent 00da4e3e05
commit 4e4614e6f9
2 changed files with 4 additions and 5 deletions

View File

@@ -6,10 +6,10 @@ services:
- '27017'
command: '--smallfiles --logpath=/dev/null'
wikijs:
image: 'requarks/wiki:master'
image: 'requarks/wiki:latest'
links:
- wikidb
ports:
- '3000'
environment:
- PORT: 3000
- PORT=3000