Only shut down automatically when automatic shutdown is enabled by settings
This commit is contained in:
parent
878d1ea330
commit
8d9d792568
5 changed files with 14 additions and 6 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue