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