Skip to content

container: Team-Speak-6 #82

@lerfis

Description

@lerfis

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-data

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    containernew container suggestion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions