mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
Update Dockerfile
This commit is contained in:
parent
d804ee51aa
commit
93943ad6ba
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ RUN cd /opt && \
|
|||
#RUN cd /teamspeak3 && ln -s ts3server.sqlitedb /opt/teamspeak3-server_linux-amd64/ts3server.sqlitedb
|
||||
|
||||
# symlink for files-dir
|
||||
RUN mkdir /teamspeak3/files && \
|
||||
ln -s /teamspeak3/files /opt/teamspeak3-server_linux-amd64/files
|
||||
RUN ln -s /teamspeak3/files /opt/teamspeak3-server_linux-amd64/files
|
||||
|
||||
# TODO Use CMD to set some defaults, for example mapping some files/directorys to the injected volume.
|
||||
#CMD ["logpath='/teamspeak3/logs/'"]
|
||||
|
|
Loading…
Reference in a new issue