diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-04 13:42:45 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-04 13:42:45 +0300 |
commit | 05f1d197f55fa2ebcd693832def8934ca8d19e71 (patch) | |
tree | 87ffea9a7779263fc2b8ad4c058e8b2ef3440ede | |
parent | fe79a3e7633c5ac7d37f811394e9e70ba6a59c32 (diff) | |
download | wekan-05f1d197f55fa2ebcd693832def8934ca8d19e71.tar.gz wekan-05f1d197f55fa2ebcd693832def8934ca8d19e71.tar.bz2 wekan-05f1d197f55fa2ebcd693832def8934ca8d19e71.zip |
Remove warnings about Docker. MongoDB to 3.2.19.
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 | ||||
-rw-r--r-- | docker-compose.yml | 2 | ||||
-rw-r--r-- | snapcraft.yaml | 2 |
3 files changed, 2 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b95928c6..4610f2f8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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**: diff --git a/docker-compose.yml b/docker-compose.yml index fd570e5a..a92651a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/snapcraft.yaml b/snapcraft.yaml index 657e7bc8..fd123b21 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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: |