Merge "Upgrade Refstack's MariaDB to 10.11"

This commit is contained in:
Zuul 2024-03-22 17:06:26 +00:00 committed by Gerrit Code Review
commit a572751996
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version: '2'
services:
mariadb:
image: docker.io/library/mariadb:10.4
image: docker.io/library/mariadb:10.11
network_mode: host
restart: always
environment:
@ -12,6 +12,7 @@ services:
MYSQL_DATABASE: refstack
MYSQL_USER: "{{ refstack_db_username }}"
MYSQL_PASSWORD: "{{ refstack_db_password }}"
MARIADB_AUTO_UPGRADE: 1
volumes:
- /var/lib/refstack/db:/var/lib/mysql
logging: