Hi guys New challenge for me: i would like to deploy teamspeak : - 1 for me and my friends - 1 for a minecraft server which is used by different people etc… So basically 2 indepedent teamspeak server TS3 on the same dedicated Debian server. The question are : is it possible ? probably yes how to in the most simple way ? thanks for your help
mmmm docker souns interesting, i read a lot about it and never get the chance to practice. Thank you Till
Be aware that if you want to use multiple Containers that provide the same service on one host you usually need to configure them properly to run side by side (e.g. use different ports) or use a reverse proxy like traefik. In your case i would look for "teamspeak docker + traefik tcp router" to find what you are looking for.