We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5931533 commit 50328d5Copy full SHA for 50328d5
1 file changed
Dockerfile
@@ -10,4 +10,4 @@ COPY src/ ./src/
10
RUN uv pip install --system -e .
11
12
# Run migrations and start server
13
-CMD uvicorn policyengine_api.main:app --host 0.0.0.0 --port ${API_PORT:-80} --proxy-headers
+CMD uvicorn policyengine_api.main:app --host 0.0.0.0 --port ${API_PORT:-80} --proxy-headers --forwarded-allow-ips='*'
0 commit comments