-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
containernew container suggestionnew container suggestion
Description
Prerequisites
- I have searched the issues and confirmed this container has not been suggested before
- I have verified the container image is actively maintained
- I have tested this container configuration
Container ID
tsserver
Display Name
Team-Speak-6
Description
Teamspeak 6 Server for Unraid
Category
Media
Tags
Network, Admin, Audio, Git, Messaging
GitHub URL
https://github.com/teamspeak/teamspeak6-server
Icon URL
https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/teamspeak.svg
Docker Compose Service Definition
services:
teamspeak:
image: teamspeaksystems/teamspeak6-server:latest
container_name: teamspeak6-server
restart: unless-stopped
ports:
- "9987:9987/udp" # Voice Port
- "30033:30033/tcp" # File Transfer
# - "10080:10080/tcp" # Web Query
environment:
- TSSERVER_LICENSE_ACCEPTED=accept
volumes:
- teamspeak-data:/mnt/user/appdata/tsserver
volumes:
teamspeak-data:
name: teamspeak-dataAdditional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
containernew container suggestionnew container suggestion