From b91c160d600d8193eab7cc6c0dbad427f1d6700f Mon Sep 17 00:00:00 2001 From: Matthew Stover Date: Mon, 13 Jul 2020 18:16:32 -0500 Subject: [PATCH] Updated port number to 1337 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd08c2e..66aea83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV WORKSPACE_PATH=/modules USER $UID:$GID -EXPOSE 443 +EXPOSE 1337 HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \ CMD curl --fail http://localhost/api/v1/configs/viewer-color || exit 1 -- GitLab