Merge "Upgrade the lodgeit mariadb to 10.11"
This commit is contained in:
commit
3cb82cc7ac
@ -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',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user