Skip to content

Commit

Permalink
update: mysql 설치 시 container port 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JisooPyo committed Oct 25, 2023
1 parent 90963c8 commit 9643d7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: samin/mysql-action@v1
with:
host port: 3306 # Optional, default value is 3306. The port of host
container port: 3307 # Optional, default value is 3306. The port of container
character set server: 'utf8' # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
collation server: 'utf8_general_ci' # Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld
mysql version: '8.0' # Optional, default value is "latest". The version of the MySQL
Expand Down

0 comments on commit 9643d7f

Please sign in to comment.