mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 10:51:42 +02:00
[CHANGE] Keep MariaDB up-to-date with the LTS cycle
This commit is contained in:
parent
34b94ae685
commit
4477016722
@ -44,7 +44,7 @@ x-allianceauth-health-check: &allianceauth-health-checks
|
||||
|
||||
services:
|
||||
auth_mysql:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:lts
|
||||
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