mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
database:
|
||||
container_name: mariadb-database
|
||||
image: mariadb:10.6
|
||||
image: mariadb:11.8
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
db:
|
||||
image: mariadb:10.6
|
||||
image: mariadb:11.8
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-123}
|
||||
interval: 1s
|
||||
|
|
|
|||
Loading…
Reference in a new issue