Docker image for Teamspeak3 Server
10K+
This is a Dockerfile to deploy TeamSpeak3 Server.
Here's how you can run the container :
docker run --restart=always --name ts3server -d -p 9987:9987/udp -p 10011:10011 -p 30033:30033 -v /etc/localtime:/etc/localtime:ro -v /<local-directory-for-db-files>:/data fgracia/teamspeak3-server:3.13.3
Where :
If you use post-processing actions, you may need to mount other data volumes.
Because of an hard docker run command to remember, you can use docker-compose (see the YAML script in the compose folder). You will juste have to adapt data volumes and then run :
docker-compose up -d
Content type
Image
Digest
sha256:e7521b3ea…
Size
87.8 MB
Last updated
7 months ago
docker pull fgracia/teamspeak3-server