1
0
forked from crony/UpFast
This commit is contained in:
CronyAkatsuki 2023-03-26 11:26:38 +02:00
parent 2fa7aaed8d
commit 3d3f0b57a8

View File

@ -10,4 +10,4 @@ RUN apk add --no-cache --update libmagic \
COPY . .
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers", "--forwarded-allow-ips='*'"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers", "--forwarded-allow-ips=\"*\""]