diff --git a/Dockerfile b/Dockerfile index 75946a3..a6136b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ VOLUME ["/teamspeak3"] ADD ${TEAMSPEAK_URL} /opt/ 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/"] # Expose the Standard TS3 port.