Only single port needed in Dockerfile (Issue #4) because of frontend proxy config.

This commit is contained in:
jamesread 2021-05-24 22:03:24 +01:00
parent 37b9e2d66f
commit 8ee6f1029e
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ CMD mkdir -p /config /var/www/olivetin/
CMD dnf install -y iputils && dnf clean all && rm -rf /var/cache/yum # install ping
EXPOSE 1337/tcp
EXPOSE 1338/tcp
EXPOSE 1339/tcp
VOLUME /config