mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
no - for env variables
This commit is contained in:
parent
5bff09556d
commit
659c4315f2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD: !reset null
|
MYSQL_ROOT_PASSWORD: !reset null
|
||||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_password
|
MYSQL_ROOT_PASSWORD_FILE: /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