Skip to content

Commit

Permalink
db host was hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartich0ke committed Jul 11, 2023
1 parent c7be301 commit c7314d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chmod -R 775 /var/www/html/bootstrap/cache

set -e

host="db"
host="${DB_HOST}"
user="${DB_USERNAME}"
password="${DB_PASSWORD}"
database="${DB_DATABASE}"
Expand Down

0 comments on commit c7314d0

Please sign in to comment.