This commit is contained in:
Alex 2014-04-15 14:13:50 +02:00
parent fd412e222d
commit d5399d3ce6

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.sh"] 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 ["-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.