set mariadb root host to %

Co-authored-by: mst <oivan2401@gmail.com>
This commit is contained in:
max 2024-12-31 18:57:05 +00:00 committed by theycallhermax
parent 8568df27d4
commit d43b844456
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

View file

@ -7,6 +7,7 @@ services:
MARIADB_DATABASE: catask
MARIADB_USER: catask
MARIADB_PASSWORD: catask
MARIADB_ROOT_HOST: "%"
healthcheck:
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
start_period: 10s