Skip to content

Commit

Permalink
Remove 3306 port binding
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jan 8, 2025
1 parent 9800ec1 commit 1842d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
MYSQL_USER: ubyssey
MYSQL_PASSWORD: ${SQL_PASSWORD}
MYSQL_ROOT_PASSWORD: ${SQL_PASSWORD}
ports:
- 3306:3306
volumes:
- ./mysql-data:/var/lib/mysql
healthcheck:
Expand Down

0 comments on commit 1842d46

Please sign in to comment.