mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Reduce the amount of layers
This commit is contained in:
parent
a483adb7c5
commit
bbbae4fe88
1 changed files with 2 additions and 6 deletions
|
@ -31,9 +31,5 @@ RUN chmod -R 774 /opt/scripts/
|
||||||
|
|
||||||
CMD ["/opt/scripts/docker-ts3.sh"]
|
CMD ["/opt/scripts/docker-ts3.sh"]
|
||||||
|
|
||||||
# Expose the Standard TS3 port.
|
# Expose the Standard TS3 port, for files, for serverquery
|
||||||
EXPOSE 9987/udp
|
EXPOSE 9987/udp 30033 10011
|
||||||
# for files
|
|
||||||
EXPOSE 30033
|
|
||||||
# for ServerQuery
|
|
||||||
EXPOSE 10011
|
|
||||||
|
|
Loading…
Reference in a new issue