Skip to content

Commit

Permalink
Add DB port number to docker
Browse files Browse the repository at this point in the history
which gets copied to the docker image's `.env` file during installation. This closes #5718
  • Loading branch information
uberbrady committed Jul 19, 2018
1 parent 70cb5ed commit f0332a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f0332a7

Please sign in to comment.