Giter VIP home page Giter VIP logo

teamspeak3-server-docker's Introduction

Docker Teamspeak3 Server

This is a Dockerfile to deploy TeamSpeak3 Server.

How to run

Here's how you can run the container :

docker run --restart=always --name ts3server -d -p 9987:9987/udp -p 10011:10011 -p 30033:30033 -v /etc/localtime:/etc/localtime:ro -v /<local-directory-for-db-files>:/data fgracia/teamspeak3-server:3.13.3

Where :

  • --restart=always : allows to automatically restart the container if it stops, of if the host reboots (optional)
  • --name ts3server : you can choose the name you want
  • -d : daemon mode
  • -p 9987:9987/udp -p 10011:10011 -p 30033:30033 : maps the default ports
  • -v /etc/localtime:/etc/localtime:ro : sets the UTC like the host (optional)
  • -v /local-directory-for-db-files:/data : if you want persistent data files, you can choose a local directory (optional)

If you use post-processing actions, you may need to mount other data volumes.

Docker Compose

Because of an hard docker run command to remember, you can use docker-compose (see the YAML script in the compose folder). You will juste have to adapt data volumes and then run :

docker-compose up -d

teamspeak3-server-docker's People

Contributors

fgracia avatar ovr avatar

Stargazers

Artem Dubinin avatar a1eXei avatar  avatar

Watchers

 avatar

Forkers

ovr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.