jtanderson / dockerfile-ts3soundbot

Teamspeak 3 Soundbot Docker Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS3 Soundbot Dockerfile

This Dockerfile sets up a web-interface soundbot to connect to a Teamspeak 3 Client according to the instructions found here.

Setup

  1. Clone the Dockerfile: git clone https://github.com/jtanderson/dockerfile-ts3soundbot.git.
  2. Next, build the image: docker build -t mytsbot dockerfile-ts3soundbot.
  3. Finally, run it with a name and port exposure: docker run -d --name ts3bot -p 8087:8087 mytsbot

About

Teamspeak 3 Soundbot Docker Setup


Languages

Language:Shell 100.0%