Browse Source

ports in docker-compose.yml must be an array

Sebastian Schwarz 9 years ago
parent
commit
cf7fd53130
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker-compose.yml

+ 2 - 1
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