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
|
- .env
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
ports:
|
|
||||||
- 3306:3306
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/db:/var/lib/mysql
|
- ./data/db:/var/lib/mysql
|
||||||
- ./my.cnf:/etc/mysql/conf.d/chainquery-optimizations.cnf
|
- ./my.cnf:/etc/mysql/conf.d/chainquery-optimizations.cnf
|
||||||
|
|
Loading…
Reference in a new issue