Skip to content

Commit

Permalink
Fix docker-compose: add env to correct mysql host (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-costa authored Mar 16, 2022
1 parent 0059314 commit 611a44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
- login
links:
- mysql
environment:
- SERVER_DB_HOST=mysql

mysql:
build:
Expand Down

0 comments on commit 611a44e

Please sign in to comment.