forked from crony/UpFast
Add proxy headers
This commit is contained in:
parent
23cfbe6bc0
commit
ea7409556a
@ -10,4 +10,4 @@ RUN apk add --no-cache --update libmagic \
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000", "--proxy-headers"]
|
||||||
|
Loading…
Reference in New Issue
Block a user