mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
chore(deps): update MariaDB to v11.8 (LTS)
This commit is contained in:
parent
3b55b49cf8
commit
79dff2dd48
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
container_name: mariadb-database
|
container_name: mariadb-database
|
||||||
image: mariadb:10.6
|
image: mariadb:11.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
|
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:11.8
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-123}
|
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-123}
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue