Skip to content

Commit

Permalink
ci: 포트 번호 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Nov 2, 2023
1 parent 0ae099e commit 04061ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
MYSQL_USER: test
MYSQL_PASSWORD: password
ports:
- 7777:3306
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
Expand Down

0 comments on commit 04061ab

Please sign in to comment.