Merge "Upgrade the lodgeit mariadb to 10.11"

This commit is contained in:
Zuul 2024-02-28 20:05:13 +00:00 committed by Gerrit Code Review
commit 3cb82cc7ac
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,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:
@ -10,6 +10,7 @@ services:
MYSQL_DATABASE: "{{ lodgeit_db_dbname }}"
MYSQL_USER: "{{ lodgeit_db_username }}"
MYSQL_PASSWORD: "{{ lodgeit_db_password }}"
MARIADB_AUTO_UPGRADE: 1
command: [
'--wait_timeout=28800',
]