diff --git a/docker-compose.yml b/docker-compose.yml index 649b82cbe..b9f02a489 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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