Browse Source

- Add experimental Docker edge that works.

Thanks to xet7 !
Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
f6040ab43c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -3,7 +3,7 @@ version: '2'
 services:
 
   wekandb:
-    image: mongo:3.2.21
+    image: mongo:4.0.3
     container_name: wekan-db
     restart: always
     command: mongod --smallfiles --oplogSize 128
@@ -16,7 +16,7 @@ services:
       - wekan-db-dump:/dump
 
   wekan:
-    image: quay.io/wekan/wekan
+    image: quay.io/wekan/wekan:edge
     container_name: wekan-app
     restart: always
     networks: