feat: allow for SQL server port specification

This commit is contained in:
David Bailey 2023-12-12 22:39:06 +01:00
parent 0d9bedcaca
commit 9e855fba36
3 changed files with 20 additions and 16 deletions

View file

@ -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: ./