Update Dockerfile

added ports for data and serverquey
This commit is contained in:
devalx 2014-09-11 19:29:33 +02:00
parent 9b62102ccb
commit 8c4583d440

View file

@ -27,3 +27,7 @@ ENTRYPOINT ["/opt/scripts/docker-ts3.sh"]
# Expose the Standard TS3 port.
EXPOSE 9987/udp
# for files
EXPOSE 30033
# for ServerQuery
EXPOSE 10011