Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hurt committed Jan 22, 2020
1 parent b4ff0ae commit 136b6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile-docs
Original file line number Diff line number Diff line change
@@ -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 - \
Expand Down
4 changes: 2 additions & 2 deletions docs.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 136b6f4

Please sign in to comment.