mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 02:41:42 +02:00
[CHANGE] Keep MariaDB up-to-date with the LTS cycle
This commit is contained in:
parent
1e822729c3
commit
4a238024ff
@ -44,7 +44,7 @@ x-allianceauth-health-check: &allianceauth-health-checks
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
auth_mysql:
|
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]
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user