Skip to content

Commit

Permalink
add proxy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 29, 2024
1 parent 62333ce commit 09296ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titiler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN pdm install --prod

FROM pdm
COPY src src
CMD ["pdm", "run", "uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "8080"]
CMD ["pdm", "run", "uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers"],

0 comments on commit 09296ea

Please sign in to comment.