Skip to content

Commit

Permalink
rootPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Oct 5, 2023
1 parent da95144 commit 1d1a9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d1a9c1

Please sign in to comment.