Expose default wrapper port numbers

This commit is contained in:
zontreck 2024-05-25 14:50:45 -07:00
parent 360ae26044
commit 6d9fdb984b
4 changed files with 64 additions and 7 deletions

View file

@ -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"]