Skip to content

Commit

Permalink
refactor: Update docker-compose.yml to fix port mapping for MySQL ser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
PleBea committed Jul 16, 2024
1 parent 4bbf3de commit c14681c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ services:
db:
image: mysql:8.0
ports:
- '3306:3306'
- 3306:3306"
environment:
TZ: Asia/Seoul
TZ: Asia/Seoul
env_file:
- .env.db
command:
Expand Down

0 comments on commit c14681c

Please sign in to comment.