Remove debugging access port bind

This commit is contained in:
Leopere 2018-11-04 15:33:45 -05:00
parent badd2f5421
commit 5489052793

View file

@ -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