diff --git a/entrypoint.sh b/entrypoint.sh index 68d064a..baba6a0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}"