Expose mysql to the internet
This commit is contained in:
parent
1c98af491d
commit
cdc67fb95a
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ 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