Remove exposed port, since this is dynamic

This commit is contained in:
2024-01-23 15:48:23 -06:00
parent 14037c60e4
commit 85101beaba

View File

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