mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Use MongoDB 5 at docker-compose.yml .
Thanks to xet7 !
This commit is contained in:
parent
a64381153f
commit
51f22f48dc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ services:
|
|||
# Quay image does work:
|
||||
# image: quay.io/wekan/mongo:4.4.2-bionic
|
||||
# Docker Hub MongoDB image does work:
|
||||
image: mongo:6
|
||||
image: mongo:5
|
||||
#-------------------------------------------------------------------------------------
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue