# teamspeack **Repository Path**: LukeG/teamspeak ## Basic Information - **Project Name**: teamspeack - **Description**: TeamSpeak Server - **Primary Language**: Docker - **License**: MIT - **Default Branch**: master - **Homepage**: https://teamspeak.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-21 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TeamSpeak ## Application Home Page [https://teamspeak.com/](https://teamspeak.com/) ## This project Fast deploy teamspeak server with docker ## Version 3.17.7 ## Quick Start ```bash # 准备数据卷 docker volume create ts-data volume_path=$(docker volume inspect ts-data --format '{{ .Mountpoint }}') chown -R 30033:30033 ${volume_path} # 运行 docker run \ -d \ -t \ --restart on-failure:1 \ --label app=TeamSpeak \ --name TeamSpeak \ --hostname TeamSpeak \ -p 9987:9987 \ -p 9987:9987/udp \ -p 30033:30033 \ -v /lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:ro \ -v /etc/localtime:/etc/localtime:ro \ -v ts-data:/home/ts3/workspace \ registry.cn-hangzhou.aliyuncs.com/lukee/teamspeak:3.13.7 ``` # For Developer ## Registry [https://cr.console.aliyun.com/repository/cn-hangzhou/lukee/teamspeak](https://cr.console.aliyun.com/repository/cn-hangzhou/lukee/teamspeak/details) ## Start ```shell # will save now data to direcotr './ts-data-