This package is a minimal version of TeamSpeak3 as a Docker container.
The aim of this project is to provide an always-up-to-date highly secure way to install and run a TeamSpeak3 server regardless of the OS that the host runs on.
To use this project you'll need:
- Docker-compose
- cURL/Wget
- Download the files in examples
wget https://raw.githubusercontent.com/Carlgo11/Teamspeak-docker/master/examples/docker-compose.yml wget https://raw.githubusercontent.com/Carlgo11/Teamspeak-docker/master/examples/ts3server_config.ini wget https://raw.githubusercontent.com/Carlgo11/Teamspeak-docker/master/examples/.env
- Change the database credentials in
.env
- Start the docker containers
docker-compose up -d
A list of all incoming and outgoing ports that TS3 uses can be found here.
If you need an optional feature, such as TSDNS or ServerQuery, add the appropriate port to the ports
array in docker-compose.yml
This work is licensed under GPL-3.0. See the full license here.