From 95356a542d16778ce7a6b78c84e7ca5ba98cc8ec Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:30:06 +0300 Subject: [PATCH] Update pwd.yml --- pwd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwd.yml b/pwd.yml index aac9fa0d..6759198d 100644 --- a/pwd.yml +++ b/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