diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index e00a078..ec7a2d3 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -26,8 +26,8 @@ update_env APP_NAME "$APP_NAME" update_env APP_URL "${APP_URL%/}" update_env DB_HOST "$DB_HOST" update_env DB_PORT "$DB_PORT" -update_env REDIS_HOST "$DB_PORT" -update_env REDIS_PORT "$DB_PORT" +update_env REDIS_HOST "$REDIS_HOST" +update_env REDIS_PORT "$REDIS_PORT" update_env SESSION_DRIVER "$SESSION_DRIVER" update_env QUEUE_CONNECTION "$QUEUE_CONNECTION" update_env CACHE_STORE "$CACHE_STORE"