Use MongoDB 5 at docker-compose.yml .

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-02-27 17:24:54 +02:00
parent a64381153f
commit 51f22f48dc

View file

@ -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