From 3db311b92fb58b2f5cf1d4b035437019af3f7588 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 5 May 2024 18:48:25 +0200 Subject: [PATCH] wip --- Caddyfile | 5 ++--- Dockerfile.vitepress | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Caddyfile b/Caddyfile index fb7bc47..a2843fa 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,6 +1,5 @@ -bind 0.0.0.0 - -0.0.0.0:80 { +:8080 { + bind 0.0.0.0 root * /arkanum-docs encode gzip zstd try_files {path}.html {path} / diff --git a/Dockerfile.vitepress b/Dockerfile.vitepress index 46d14b4..bf0d56b 100644 --- a/Dockerfile.vitepress +++ b/Dockerfile.vitepress @@ -17,4 +17,4 @@ COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/ RUN ls -la /arkanum-docs/ COPY Caddyfile /etc/caddy HEALTHCHECK --interval=15s --timeout=3s \ - CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 + CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1