mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-12-20 14:41:17 +00:00
Update Dockerfile
This commit is contained in:
parent
abe590042a
commit
d12b04f4f4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y curl
|
||||||
RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz
|
RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz
|
||||||
|
|
||||||
# create symlink for the sqlite db
|
# create symlink for the sqlite db
|
||||||
RUN cd /opt/teamspeak3-server_linux-amd64 && touch ts3server.sqlitedb && mklink ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb"
|
RUN cd /opt/teamspeak3-server_linux-amd64 && ln -s ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb"
|
||||||
|
|
||||||
# TODO symlink for files-dir
|
# TODO symlink for files-dir
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue