From b75f5c88d709590328369f975aff998a7338d67e Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Thu, 6 Feb 2025 20:56:46 +0100 Subject: [PATCH] Add port to /link location --- docker/zammad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/zammad/Dockerfile b/docker/zammad/Dockerfile index ebcf26a..4d68f90 100644 --- a/docker/zammad/Dockerfile +++ b/docker/zammad/Dockerfile @@ -19,7 +19,7 @@ ARG EMBEDDED=false RUN if [ "$EMBEDDED" = "true" ] ; then sed -i '/location \/ {/i \ \ \n\ \ location /link {\n\ -\ proxy_pass http://link;\n\ +\ proxy_pass http://link:3000;\n\ \ proxy_set_header Host $host;\n\ \ proxy_set_header X-Real-IP $remote_addr;\n\ \ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n\