mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Update Dockerfile
This commit is contained in:
parent
82275bda5e
commit
d804ee51aa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +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 \
|
||||
RUN mkdir /teamspeak3/files && \
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue