Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
indyjonesnl authored Apr 11, 2024
1 parent 8dc9404 commit 0eef580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM php

# We put our HTTPS apps behind a load balancer, so all internal traffic is HTTP port 80
ENV APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime
ENV FRANKENPHP_CONFIG="worker /app/public/index.php"
# We put our apps behind an HTTPS load balancer, so all internal traffic is HTTP port 80
ENV SERVER_NAME=:80

RUN apk add --no-cache \
Expand Down

0 comments on commit 0eef580

Please sign in to comment.