mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
Move to Mariadb 11.4 LTS
This commit is contained in:
parent
f54fc26a1c
commit
dd255664d4
@ -44,7 +44,7 @@ x-allianceauth-health-check: &allianceauth-health-checks
|
||||
|
||||
services:
|
||||
auth_mysql:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.4
|
||||
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password]
|
||||
volumes:
|
||||
- ./mysql-data:/var/lib/mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user