Explorar o código

Revert back to MongoDB v3.2.15 because v3.2.16 is not yet available on Docker Hub.

Lauri Ojansivu %!s(int64=8) %!d(string=hai) anos
pai
achega
a56e0b6d4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -3,7 +3,7 @@ version: '2'
 services:
 services:
 
 
   wekandb:
   wekandb:
-    image: mongo:3.2.16
+    image: mongo:3.2.15
     container_name: wekan-db
     container_name: wekan-db
     restart: always
     restart: always
     command: mongod --smallfiles --oplogSize 128
     command: mongod --smallfiles --oplogSize 128