mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Add experimental Docker edge that works.
Thanks to xet7 !
This commit is contained in:
parent
11b7ade355
commit
f6040ab43c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue