From 5fe59dddab9436263c89c9e2dbb1ada080e61bd0 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 6 Oct 2019 15:14:01 -0400 Subject: [PATCH] Add correct port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33daec9..c65e4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM alpine MAINTAINER Tyler Stuyfzand -EXPOSE 53 +EXPOSE 8080 RUN apk --no-cache add tini ENTRYPOINT ["/sbin/tini", "-g", "--"]