Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add `T3_SYS_TRUSTEDHOSTSPATTERN` env variable for configuration of hosts names in a reverse proxy environment
  • Loading branch information
markusweigelt authored Nov 25, 2024
1 parent 6c0c6c9 commit 1ce6923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ENV DB_USER=typo3
ENV DB_PASSWORD=password
ENV T3_USER=admin
ENV T3_PASSWORD="dvAdmin.1"
ENV T3_SYS_TRUSTEDHOSTSPATTERN=

RUN chmod +x /usr/bin/startup.sh && \
chmod +x /wait-for-it.sh && \
Expand Down

0 comments on commit 1ce6923

Please sign in to comment.