mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
Use MongoDB 3.2.20
This commit is contained in:
parent
756a979280
commit
7381abaaf0
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
# v0.17 2018-05-19
|
||||
|
||||
* Use MongoDB 3.2.20
|
||||
|
||||
Thanks to GitHub user xet7 for contributions.
|
||||
|
||||
# v0.16 2018-04-04
|
||||
|
||||
* Change back to use MongoDB 3.2.19.
|
||||
|
|
|
@ -38,7 +38,7 @@ services:
|
|||
wekandb:
|
||||
# All Wekan data is stored in MongoDB. For backup and restore, see:
|
||||
# https://github.com/wekan/wekan/wiki/Export-Docker-Mongo-Data
|
||||
image: mongo:3.2.19
|
||||
image: mongo:3.2.20
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
@ -75,7 +75,7 @@ services:
|
|||
# http://example.com/wekan
|
||||
# http://192.168.1.100
|
||||
#---------------------------------------------------------------
|
||||
- ROOT_URL=http://example.com
|
||||
- ROOT_URL=http://192.168.1.120
|
||||
#---------------------------------------------------------------
|
||||
# == PORT SETTING ==
|
||||
# Not needed on Docker, but if you had installed from source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue