Sign inSign up

nshtg/ts3-alpine

By nshtg

Updated about 7 years ago

ts3 running on alpine!

Image
0

10K+

nshtg/ts3-alpine repository overview

Teamspeak3 (Alpine Linux) Docker Image Docker Automated Build

A Teamspeak 3 Server built on Alpine Linux (using glibc)

  • Lightweight image (<25MB)
  • SQLite only
  • Easy, optional voluming of logs, db, and query_ip_*list.txt files
  • Pass any TS3 startup flags with docker run

docker-compose.yml (Example)

version: '3'
services:
  web:
    image: nshtg/ts3-alpine
    container_name: ts3
    ports:
      - "9987:9987/udp"
    restart: always
    volumes:
      - "./data:/data"

Credits

Based on rodaine/teamspeak3-alpine!

Tag summary

Content type

Image

Digest

Size

13.9 MB

Last updated

about 7 years ago

docker pull nshtg/ts3-alpine