Add DB port number to docker
which gets copied to the docker image's `.env` file during installation. This closes #5718
This commit is contained in:
committed by
GitHub
parent
70cb5ed215
commit
f0332a7388
@@ -14,6 +14,7 @@
|
||||
# --------------------------------------------
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=${MYSQL_PORT_3306_TCP_ADDR}
|
||||
DB_PORT=${MYSQL_PORT_3306_TCP_PORT}
|
||||
DB_DATABASE=${MYSQL_DATABASE}
|
||||
DB_USERNAME=${MYSQL_USER}
|
||||
DB_PASSWORD=${MYSQL_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user