Expose mysql to the internet

This commit is contained in:
Leopere 2018-11-06 20:58:09 -05:00
parent 1c98af491d
commit cdc67fb95a
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

View file

@ -22,6 +22,8 @@ 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