summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-11 01:59:47 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-11 01:59:47 +0300
commitf6040ab43cf92cf09e98ce53dfc0e031283e2e79 (patch)
tree6d1682afc793157dfaee1d7ca2b2e7f2eb464310 /docker-compose.yml
parent11b7ade355d32887d0d04b59e8ec5b4ff2662a9f (diff)
downloadwekan-f6040ab43cf92cf09e98ce53dfc0e031283e2e79.tar.gz
wekan-f6040ab43cf92cf09e98ce53dfc0e031283e2e79.tar.bz2
wekan-f6040ab43cf92cf09e98ce53dfc0e031283e2e79.zip
- Add experimental Docker edge that works.
Thanks to xet7 !
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4b4cd02d..40aa49e6 100644
--- a/docker-compose.yml
+++ b/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: