mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 15:42:34 +01:00
Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.
This commit is contained in:
parent
4ab2c0d815
commit
9513053816
4 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.14
|
||||
image: mongo:3.2.15
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue