mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
Update pwd.yml
This commit is contained in:
parent
0f2b7362c5
commit
95356a542d
1 changed files with 2 additions and 2 deletions
4
pwd.yml
4
pwd.yml
|
|
@ -72,7 +72,7 @@ services:
|
|||
db:
|
||||
image: mariadb:10.6
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h localhost --password=${PASSWORD}
|
||||
test: mysqladmin ping -h localhost --password=${DBPASSWORD}
|
||||
interval: 1s
|
||||
retries: 15
|
||||
deploy:
|
||||
|
|
@ -84,7 +84,7 @@ services:
|
|||
- --skip-character-set-client-handshake
|
||||
- --skip-innodb-read-only-compressed # Temporary fix for MariaDB 10.6
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${PASSWORD}
|
||||
MYSQL_ROOT_PASSWORD: ${DBPASSWORD}
|
||||
volumes:
|
||||
- db-data:/var/lib/mysql
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue