Merge "Upgrade the lodgeit mariadb to 10.11"
This commit is contained in:
commit
3cb82cc7ac
@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: docker.io/library/mariadb:10.4
|
image: docker.io/library/mariadb:10.11
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@ -10,6 +10,7 @@ services:
|
|||||||
MYSQL_DATABASE: "{{ lodgeit_db_dbname }}"
|
MYSQL_DATABASE: "{{ lodgeit_db_dbname }}"
|
||||||
MYSQL_USER: "{{ lodgeit_db_username }}"
|
MYSQL_USER: "{{ lodgeit_db_username }}"
|
||||||
MYSQL_PASSWORD: "{{ lodgeit_db_password }}"
|
MYSQL_PASSWORD: "{{ lodgeit_db_password }}"
|
||||||
|
MARIADB_AUTO_UPGRADE: 1
|
||||||
command: [
|
command: [
|
||||||
'--wait_timeout=28800',
|
'--wait_timeout=28800',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user