Only shut down automatically when automatic shutdown is enabled by settings

This commit is contained in:
zontreck 2024-05-24 17:57:14 -07:00
parent 878d1ea330
commit 8d9d792568
5 changed files with 14 additions and 6 deletions

View file

@ -7,4 +7,13 @@ FROM git.zontreck.com/ariascreations/conanservermanager:stable
COPY ./entrypoint.sh /entrypoint.sh
EXPOSE 25306/tcp
EXPOSE 7777/tcp
EXPOSE 7777/udp
EXPOSE 7778/udp
EXPOSE 7779/tcp
EXPOSE 7779/udp
EXPOSE 7780/tcp
EXPOSE 7780/udp
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]