diff --git a/Dockerfile b/Dockerfile index 89fdec6..6a07e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY templates/ /app/templates COPY yaas.py /app/main.py USER appuser -CMD ["uvicorn", "main:app", "--forwarded-allow-ips", "--host", "0.0.0.0", "--port", "8123"] +CMD ["uvicorn", "main:app", "--proxy-headers", "--forwarded-allow-ips", "--host", "0.0.0.0", "--port", "8123"]