ports in docker-compose.yml must be an array

This commit is contained in:
Sebastian Schwarz 2016-01-08 10:14:55 +01:00
parent 1e8368dea5
commit cf7fd53130

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