Skip to content

Commit

Permalink
feat(CD): Mysql 외부 접속 허용 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme authored Nov 22, 2024
1 parent 7c247c2 commit be3359a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ services:
MYSQL_USER: ${DB_USER}
MYSQL_PASSWORD: ${DB_PASSWORD}
MYSQL_DATABASE: ${DB_DATABASE}
ports:
- "3306:3306"
volumes:
- mysql-data:/var/lib/mysql
healthcheck:
Expand Down

0 comments on commit be3359a

Please sign in to comment.