mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25: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:
|
||||
db:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD:/run/secrets/db_password
|
||||
- MYSQL_ROOT_PASSWORD: /run/secrets/db_password
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h localhost --password="$(cat /run/secrets/db_password)"
|
||||
secrets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue