Update docker command.
This commit is contained in:
parent
ec3858ac6c
commit
d86807b5d4
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ RUN apk add --no-cache --update libmagic \
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000", "--proxy-headers"]
|
||||
CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000", "--proxy-headers", "--forwarded-allow-ips='*'"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue