Can you explain, why you left this line out?
|
# && ln -s /home/ts3/data/files /home/ts3/teamspeak3-server_linux_amd64 \ |
I am trying to upgrade my server which has lots of icons stored in the files directory. A pure backup of the ts3-data volume didn't include them. So I had to extract them from the (still running) container.
I guess we can uncomment this line and have all the 'files' stored in the volume / host directory as well.
Can you explain, why you left this line out?
docker-teamspeak3/Dockerfile
Line 22 in b0b6667
I am trying to upgrade my server which has lots of icons stored in the files directory. A pure backup of the ts3-data volume didn't include them. So I had to extract them from the (still running) container.
I guess we can uncomment this line and have all the 'files' stored in the volume / host directory as well.