Skip to content

Commit

Permalink
remove mysql ports
Browse files Browse the repository at this point in the history
  • Loading branch information
bbq-all-stars committed Jan 21, 2022
1 parent 1cd751f commit 9001dc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions problem1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ services:
hostname: db
networks:
- back
ports:
- "3306:3306"
volumes:
- ./mysql/my.cnf:/etc/mysql/my.cnf
- ./mysql/conf.d/mysql.cnf:/etc/mysql/conf.d/mysql.cnf
Expand Down
2 changes: 0 additions & 2 deletions problem2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ services:
hostname: db
networks:
- back
ports:
- "3306:3306"
volumes:
- ./mysql/my.cnf:/etc/mysql/my.cnf
- ./mysql/conf.d/mysql.cnf:/etc/mysql/conf.d/mysql.cnf
Expand Down

0 comments on commit 9001dc9

Please sign in to comment.