mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
remove unnecessary password
This commit is contained in:
parent
6f6becdd1e
commit
7d42de65a8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
ERPNEXT_VERSION=v16.13.0
|
ERPNEXT_VERSION=v16.13.0
|
||||||
|
|
||||||
# MariaDB root password (for internal MariaDB container only)
|
# MariaDB root password (for internal MariaDB container only)
|
||||||
DB_PASSWORD=2b0d62dfd0d4453b9cb8003c38868e2a
|
DB_PASSWORD=
|
||||||
|
|
||||||
# If using Docker secrets for DB password (you are NOT using it)
|
# If using Docker secrets for DB password (you are NOT using it)
|
||||||
DB_PASSWORD_SECRETS_FILE=
|
DB_PASSWORD_SECRETS_FILE=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue