Remove debugging access port bind
This commit is contained in:
parent
badd2f5421
commit
5489052793
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ services:
|
|||
- .env
|
||||
expose:
|
||||
- 3306
|
||||
ports:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
- ./data/db:/var/lib/mysql
|
||||
- ./my.cnf:/etc/mysql/conf.d/chainquery-optimizations.cnf
|
||||
|
|
Loading…
Reference in a new issue