mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Development uses now the same Mongo Version (4.4)
This commit is contained in:
parent
6d2f8a97af
commit
b0901ccd01
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb-dev:
|
wekandb-dev:
|
||||||
image: mongo:4.0.12
|
image: mongo:4.4
|
||||||
container_name: wekan-dev-db
|
container_name: wekan-dev-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --oplogSize 128
|
||||||
networks:
|
networks:
|
||||||
- wekan-dev-tier
|
- wekan-dev-tier
|
||||||
expose:
|
expose:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue