Skip to content

Commit

Permalink
Remove unnecessary expose port on mysql container
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix83000 authored Dec 12, 2022
1 parent e161a8a commit 379a555
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ services:
volumes:
- db_data:/var/lib/mysql
- db_log:/var/log/mysql
ports:
- '3307:3306'
restart: always
networks:
default:
Expand Down Expand Up @@ -121,4 +119,4 @@ networks:

volumes:
db_data: {}
db_log: {}
db_log: {}

0 comments on commit 379a555

Please sign in to comment.