TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
115 stars 55 forks source link

[question] automatic channel creation #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello,

is it possible to create a docker TeamSpeak server with already created channels? I want to clone this image and add my channels. That means (I have installed watchtower) after every update I just need to enter my admin token and don't need to create the channels again.

muenchow commented 6 years ago

yes, technically you could add an sqlite db to the docker image. But it would be much easier to use use a volumne instead. see https://docs.docker.com/samples/library/teamspeak/#where-to-store-data

ghost commented 6 years ago

yep, works thank you. I added this to my command line: -v /opt/ts3server:/var/ts3server

Can be closed.