From 04cab0d92521754b3f501735f41ff2300a4a5460 Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 25 Jan 2026 14:58:57 +0100 Subject: [PATCH] fix --- Caddyfile | 2 +- Dockerfile | 4 ++-- deploy.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Caddyfile b/Caddyfile index ab91177..4e6fe78 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ -:80 { +:8088 { root * /srv # Enable gzip compression diff --git a/Dockerfile b/Dockerfile index a2faf7d..3029492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ COPY --from=builder /app/dist /srv # Copy Caddyfile COPY Caddyfile /etc/caddy/Caddyfile -# Expose port 80 -EXPOSE 80 +# Expose port 8088 +EXPOSE 8088 # Start Caddy CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile"] diff --git a/deploy.sh b/deploy.sh index 3a60244..fd1637e 100644 --- a/deploy.sh +++ b/deploy.sh @@ -90,7 +90,7 @@ else echo "# Traceability Matrix Proxy" echo "# -------------------------" echo "Traceability.nabd-co.com {" - echo " reverse_proxy traceability_web:80" + echo " reverse_proxy traceability_web:8088" echo " encode gzip" echo -e "}${NC}" echo ""