expose rcon

This commit is contained in:
Thijs van Loef
2024-01-22 19:18:47 +01:00
parent a899189f7e
commit 8ebf5a5437

View File

@@ -30,5 +30,5 @@ WORKDIR /home/steam/server
HEALTHCHECK --start-period=5m \
CMD pgrep "PalServer-Linux" > /dev/null || exit 1
EXPOSE ${PORT}
EXPOSE ${PORT} ${RCON_PORT}
ENTRYPOINT ["/home/steam/server/init.sh"]