diff --git a/Dockerfile b/Dockerfile index f9cb160..f002b62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,9 +93,6 @@ RUN chmod u+x /usr/local/bin/wait-for-it /etc/s6-overlay/scripts/initializer && ln -s /config/storage storage && \ ln -s /config/pterodactyl.conf .env -# Expose HTTP port -EXPOSE 80 - # Persistent storage directory VOLUME [ "/config" ]