From cc7b7727c297d641c2c3eef589b40231480b311d Mon Sep 17 00:00:00 2001 From: meeb Date: Mon, 17 Jan 2022 12:42:08 +1100 Subject: [PATCH] expose 4848 in Dockerfile, resolves #205 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c5c4287..4d0b3807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,7 @@ HEALTHCHECK --interval=1m --timeout=10s CMD /app/healthcheck.py http://127.0.0.1 # ENVS and ports ENV PYTHONPATH "/app:${PYTHONPATH}" -EXPOSE 8080 +EXPOSE 4848 # Volumes VOLUME ["/config", "/downloads"]