Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devalx committed Feb 20, 2016
1 parent f6c92d5 commit 184d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -q \
&& rm /home/ts3/teamspeak3-server_linux_amd64.tar.bz2 \
&& mkdir -p /home/ts3/data/logs \
&& mkdir -p /home/ts3/data/files \
&& ln -s /home/ts3/data/files /home/ts3/teamspeak3-server_linux_amd64 \
# && ln -s /home/ts3/data/files /home/ts3/teamspeak3-server_linux_amd64 \
&& ln -s /home/ts3/data/ts3server.sqlitedb /home/ts3/teamspeak3-server_linux_amd64/ts3server.sqlitedb \
&& chown -R ts3 /home/ts3
# Symlink because i dont know how to move sqlite-db (like dbpath=/data/ts/mysqlite.db)
Expand Down

0 comments on commit 184d0b6

Please sign in to comment.