mbentley / docker-teamspeak

TeamSpeak 3 Server Docker Image
69 stars 29 forks source link

Icons are not stored #6

Closed Vild closed 8 years ago

Vild commented 8 years ago

Hey, I just noticed now that all my icons disappeared when I restarted the container. This was because the icon folder wasn't binded to a folder outside the container. The folder where teamspeak stores the icons is in /opt/teamspeak/files/virtualserver_1/internal/icons.

I would recommend that -v /srv/teamspeak/icons:/opt/teamspeak/files/virtualserver_1/internal/icons or something similar is added to the example command.

mbentley commented 8 years ago

Thanks! Updated the docs to reflect using a volume to persist /opt/teamspeak/files from inside the container.