diff --git a/Dockerfile-docs b/Dockerfile-docs index 0a469d22b..27f56ed3c 100644 --- a/Dockerfile-docs +++ b/Dockerfile-docs @@ -1,7 +1,6 @@ FROM alpine:latest AS build ARG hugo_version=0.62.2 -EXPOSE 1313 ## fetch and install hugo RUN wget -q -O - \ diff --git a/docs.nomad b/docs.nomad index 54da60aad..f85718df7 100644 --- a/docs.nomad +++ b/docs.nomad @@ -35,10 +35,10 @@ job "fabiolb-docs" { "urlprefix-fabiolb.net/", ] address_mode = "driver" - port = 1313 + port = 1180 check { address_mode = "driver" - port = 1313 + port = 1180 type = "http" path = "/check/ok" interval = "20s"