Sfoglia il codice sorgente

ports in docker-compose.yml must be an array

Sebastian Schwarz 9 anni fa
parent
commit
cf7fd53130
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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