forgot .sh

This commit is contained in:
Alex 2014-04-15 14:11:21 +02:00
parent 83ee6921a6
commit fd412e222d

View file

@ -23,7 +23,7 @@ VOLUME ["/teamspeak3"]
ADD ${TEAMSPEAK_URL} /opt/ ADD ${TEAMSPEAK_URL} /opt/
ADD /scripts/ /opt/scripts/ ADD /scripts/ /opt/scripts/
ENTRYPOINT ["/opt/scripts/dev_ts3server"] ENTRYPOINT ["/opt/scripts/dev_ts3server.sh"]
#CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"] #CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"]
# Expose the Standard TS3 port. # Expose the Standard TS3 port.