expose 4848 in Dockerfile, resolves #205

This commit is contained in:
meeb 2022-01-17 12:42:08 +11:00
parent 0757c99f01
commit cc7b7727c2
1 changed files with 1 additions and 1 deletions

View File

@ -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"]