mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
typo in overriider mariadb-secrets
This commit is contained in:
parent
8ac16bc09b
commit
ae21e96ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD:/run/secrets/db_password
|
- MYSQL_ROOT_PASSWORD: /run/secrets/db_password
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password="$(cat /run/secrets/db_password)"
|
test: mysqladmin ping -h localhost --password="$(cat /run/secrets/db_password)"
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue