Replaced ENTRYPOINT with CMD

This commit is contained in:
Tilo Spannagel 2017-03-25 19:31:12 +01:00
parent ba4c645b0c
commit a483adb7c5
No known key found for this signature in database
GPG key ID: B89F1626A58E1429

View file

@ -29,8 +29,7 @@ RUN wget -O teamspeak3-server_linux-amd64.tar.bz2 http://dl.4players.de/ts/relea
ADD /scripts/ /opt/scripts/
RUN chmod -R 774 /opt/scripts/
ENTRYPOINT ["/opt/scripts/docker-ts3.sh"]
#CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"]
CMD ["/opt/scripts/docker-ts3.sh"]
# Expose the Standard TS3 port.
EXPOSE 9987/udp