no message

This commit is contained in:
Alex 2014-04-15 14:51:47 +02:00
parent 876cb59997
commit 451a992b9b
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ VOLUME ["/teamspeak3"]
# Download TS3 file and extract it into /opt.
ADD ${TEAMSPEAK_URL} /opt/
RUN mkdir /opt/teamspeak3 && tar -C /opt/teamspeak3 -xzf /opt/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
RUN cd/opt && tar -xzf /opt/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
ADD /scripts/ /opt/scripts/
RUN chmod -R 774 /opt/scripts/

View file

@ -12,11 +12,11 @@ if [ -f $VOLUME/ts3server.sqlitedb ]
then
echo "$VOLUME/ts3server.sqlitedb exists."
echo "Creating link."
ln -s $VOLUME/ts3server.sqlitedb /opt/teamspeak3/ts3server.sqlitedb
ln -s $VOLUME/ts3server.sqlitedb /opt/teamspeak3-server_linux-amd64/ts3server.sqlitedb
fi
/opt/teamspeak3/ts3server_minimal_runscript.sh \
/opt/teamspeak3-server_linux-amd64/ts3server_minimal_runscript.sh \
query_ip_whitelist="/teamspeak3/query_ip_whitelist.txt" \
query_ip_backlist="/teamspeak3/query_ip_blacklist.txt" \
logpath="/teamspeak3/logs/" \