Expose default wrapper port numbers
This commit is contained in:
parent
360ae26044
commit
6d9fdb984b
4 changed files with 64 additions and 7 deletions
|
@ -8,12 +8,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
|
||||
EXPOSE 7780/tcp
|
||||
EXPOSE 7781/udp
|
||||
EXPOSE 7781/tcp
|
||||
EXPOSE 7782/udp
|
||||
EXPOSE 7782/tcp
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue