mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Updated Teamspeak to 3.0.11.1
This commit is contained in:
parent
8c4583d440
commit
744ae39d81
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@ MAINTAINER Alex
|
|||
|
||||
## Set some variables for override.
|
||||
# Download Link of TS3 Server
|
||||
ENV TEAMSPEAK_URL http://dl.4players.de/ts/releases/3.0.10.3/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
|
||||
ENV TEAMSPEAK_URL http://dl.4players.de/ts/releases/3.0.11.1/teamspeak3-server_linux-amd64-3.0.11.1.tar.gz
|
||||
|
||||
# Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups)
|
||||
VOLUME ["/teamspeak3"]
|
||||
|
||||
# Download TS3 file and extract it into /opt.
|
||||
ADD ${TEAMSPEAK_URL} /opt/
|
||||
RUN cd /opt && tar -xzf /opt/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
|
||||
RUN cd /opt && tar -xzf /opt/teamspeak3-server_linux-amd64-3*.tar.gz
|
||||
|
||||
ADD /scripts/ /opt/scripts/
|
||||
RUN chmod -R 774 /opt/scripts/
|
||||
|
|
Loading…
Reference in a new issue