Răsfoiți Sursa

ports in docker-compose.yml must be an array

Sebastian Schwarz 9 ani în urmă
părinte
comite
cf7fd53130
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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