feat: allow for SQL server port specification
This commit is contained in:
parent
0d9bedcaca
commit
9e855fba36
3 changed files with 20 additions and 16 deletions
|
@ -6,10 +6,11 @@ services:
|
|||
ports:
|
||||
- 8081:80
|
||||
environment:
|
||||
MYSQL_HOST: mysql
|
||||
MYSQL_USER: root
|
||||
MYSQL_PASSWORD: example
|
||||
MYSQL_DATABASE: dragon_fire
|
||||
MYSQL_HOST: mysql
|
||||
MYSQL_PORT: 3306
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue