diff --git a/src/api/Dockerfile b/src/api/Dockerfile index 18692a6..9a2dec5 100644 --- a/src/api/Dockerfile +++ b/src/api/Dockerfile @@ -19,4 +19,4 @@ COPY . . EXPOSE 8080 -CMD [ "waitress-serve", "--port=8080", "--trusted-proxy='*'", "--trusted-proxy-headers=x-forwarded-for", "--log-untrusted-proxy-headers", "--threads=16", "--call", "api:create_app" ] \ No newline at end of file +CMD [ "waitress-serve", "--port=8080", "--trusted-proxy='*'", "--trusted-proxy-headers='X-Forwarded-For'", "--log-untrusted-proxy-headers", "--threads=16", "--call", "api:create_app" ] \ No newline at end of file