fezlight/teamspeak6-server-arm

By fezlight

Updated about 1 month ago

TeamSpeak 6 Server (x86-64) for ARM

Image
Networking
0

10K+

fezlight/teamspeak6-server-arm repository overview

TeamSpeak 6 Server (x86-64) for ARM

This is a fork of https://codeberg.org/Indogermane/teamspeak6-server-arm. Thanks to him.

The idea here is to auto-update image based on Official Teamspeak repository.

Run the official TeamSpeak 6 x86-64 server binary on 64-bit ARM hardware (Raspberry Pi 4, Apple Silicon, cloud ARM instances, …) using a minimal Debian-based Docker image and Box64 emulation.

The image is also available on Docker Hub: https://hub.docker.com/r/fezlight/teamspeak6-server-arm

How to use

services:
  teamspeak:
    image: fezlight/teamspeak6-server-arm:latest
    restart: unless-stopped
    ports:
      - "9987:9987/udp"    # Voice
      - "30033:30033/tcp"  # File transfer
      - "10080:10080/tcp"  # Web query (optional)
    volumes:
      - ./data:/data       # full access to server files & database
    environment:
      - TSSERVER_LICENSE_ACCEPTED=accept

Tag summary

Content type

Image

Digest

sha256:8641332eb

Size

63.6 MB

Last updated

about 1 month ago

docker pull fezlight/teamspeak6-server-arm:6.0.0-beta11