Merge pull request #478 from seschwar/devel

ports in docker-compose.yml must be an array
This commit is contained in:
Maxime Quandalle 2016-01-08 12:18:17 +01:00
commit f68112be38

View file

@ -16,7 +16,8 @@ wekandb:
# - ./data/runtime/db:/data/db
# - ./data/dump:/dump
command: mongod --smallfiles --oplogSize 128
ports: 27017
ports:
- 27017
wekan:
image: mquandalle/wekan