mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix docker-compose.yml
This commit is contained in:
parent
da8ae71963
commit
ecb76842fc
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ services:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --oplogSize 128
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
expose:
|
expose:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue