mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Remove warnings about Docker. MongoDB to 3.2.19.
This commit is contained in:
parent
fe79a3e763
commit
05f1d197f5
3 changed files with 2 additions and 9 deletions
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,11 +1,4 @@
|
|||
## Issue
|
||||
**DO NOT ADD ISSUES ABOUT DOCKER**
|
||||
|
||||
* [Docker destroys your data](https://github.com/wekan/wekan-mongodb/issues/9)
|
||||
* Docker Hub image is broken. Quay image has problems too.
|
||||
* If you would like for Docker to work, please add fix as pull request to devel branch
|
||||
|
||||
**Impacted version**:
|
||||
|
||||
**Server Setup Information**:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.18
|
||||
image: mongo:3.2.19
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
|
@ -65,7 +65,7 @@ apps:
|
|||
|
||||
parts:
|
||||
mongodb:
|
||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.18.tgz
|
||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.19.tgz
|
||||
plugin: dump
|
||||
stage-packages: [libssl1.0.0]
|
||||
filesets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue