mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
.devcontainer, user MongoDB 5.0
This commit is contained in:
parent
6d0f0c3606
commit
c8656afc1e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb-dev:
|
wekandb-dev:
|
||||||
image: mongo:4.4
|
image: mongo:5.0
|
||||||
container_name: wekan-dev-db
|
container_name: wekan-dev-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: mongod --oplogSize 128
|
command: mongod --oplogSize 128
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue