mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2025-01-01 20:31:16 +00:00
Update Dockerfile
added ports for data and serverquey
This commit is contained in:
parent
9b62102ccb
commit
8c4583d440
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@ ENTRYPOINT ["/opt/scripts/docker-ts3.sh"]
|
||||||
|
|
||||||
# Expose the Standard TS3 port.
|
# Expose the Standard TS3 port.
|
||||||
EXPOSE 9987/udp
|
EXPOSE 9987/udp
|
||||||
|
# for files
|
||||||
|
EXPOSE 30033
|
||||||
|
# for ServerQuery
|
||||||
|
EXPOSE 10011
|
||||||
|
|
Loading…
Reference in a new issue