mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
no message
This commit is contained in:
parent
876cb59997
commit
451a992b9b
2 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/" \
|
||||
|
|
Loading…
Reference in a new issue