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
02ad9091c2
commit
ce3ab95032
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz && rm teamspeak3-server_linux-
|
|||
# create symlink for the sqlite db
|
||||
RUN cd /opt/teamspeak3-server_linux-amd64 && mklink ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb"
|
||||
|
||||
# TODO symlink for files-dir
|
||||
|
||||
# Use CMD to set some defaults, for example mapping some files/directorys to the injected volume.
|
||||
CMD ["logpath=/teamspeak3/logs/", "licensepath=/teamspeak3/", "inifile=/teamspeak3/ts3server.ini", "query_ip_whitelist=/teamspeak3/query_ip_whitelist.txt", "query_ip_backlist=/teamspeak3/query_ip_blacklist.txt"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue