Recommend auto upgrade and LTS version

This commit is contained in:
Robin Slot 2024-03-12 19:59:39 +01:00
parent 741a8221e5
commit 21861c195c

View File

@ -26,7 +26,7 @@ services:
# restart: always
db:
image: mariadb
image: mariadb:10.11
volumes:
- type: bind
source: ./db
@ -36,4 +36,5 @@ services:
MARIADB_USER: nameless
MARIADB_PASSWORD: nameless
MARIADB_DATABASE: nameless
MARIADB_AUTO_UPGRADE: 1
# restart: always