Use lts tag for mariadb docker

This commit is contained in:
Ariel Rin 2024-12-19 02:36:46 +00:00
parent 5e836c4285
commit d61a49f2d9

View File

@ -38,7 +38,7 @@ x-allianceauth-health-check: &allianceauth-health-checks
services: services:
auth_mysql: auth_mysql:
image: mariadb:11.4 image: mariadb:lts
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password] command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password]
volumes: volumes:
- ./mysql-data:/var/lib/mysql - ./mysql-data:/var/lib/mysql