forked from crony/UpFast
Reverse.
This commit is contained in:
parent
3d3f0b57a8
commit
bce9c11e5f
@ -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='*'"]
|
||||
|
Loading…
Reference in New Issue
Block a user