mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 03:36:09 +01:00
Added working Docker example. Using MongoDB v3.2.11
This commit is contained in:
parent
e2e3e65d2f
commit
739715b619
2 changed files with 9 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.4
|
||||
image: mongo:3.2.11
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue