mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
expose rcon
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user