From 1d1a9c1f1769cad0f3d3fc2c322c40f429da8080 Mon Sep 17 00:00:00 2001 From: DOEKYONG Date: Thu, 5 Oct 2023 19:03:59 +0900 Subject: [PATCH] rootPassword --- .github/workflows/auto-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index a602e664e..acb03a66b 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -24,8 +24,9 @@ jobs: ports: - 3306:3306 # HOST:CONTAINER env: - MYSQL_DATABASE: second_hand MYSQL_ROOT_PASSWORD: 1234 + MYSQL_DATABASE: second_hand + MYSQL_PASSWORD: 1234 redis: image: redis:latest ports: