mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
Secrets enviroment variable override
This commit is contained in:
parent
ae21e96ec2
commit
f6fb91607f
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