mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Update README.md
This commit is contained in:
parent
74af2dc3aa
commit
12508a7068
1 changed files with 17 additions and 6 deletions
23
README.md
23
README.md
|
@ -1,13 +1,24 @@
|
|||
docker-teamspeak3
|
||||
=================
|
||||
### docker-teamspeak3
|
||||
|
||||
Ubuntu with Teamspeak 3
|
||||
This is a docker container based on ubuntu with installed Teampspeak 3 server.
|
||||
Just start the container and its ready to go!
|
||||
|
||||
Usage
|
||||
#### Summary
|
||||
* Ubuntu
|
||||
* Teamspeak 3 server
|
||||
* Adding a Licence file (planned)
|
||||
|
||||
Starting
|
||||
|
||||
sudo docker run -name TS3 -d -p 9987:9987/udp devalx/docker-teamspeak3
|
||||
#### Usage
|
||||
|
||||
Following commands a just examples which should be ok for most installs.
|
||||
|
||||
##### Starting
|
||||
This starts a docker container in the
|
||||
background (-d) with direct mapping of the TS3 port (-p 9987:9987/udp)
|
||||
and sets the name to TS3.
|
||||
|
||||
`sudo docker run --name TS3 -d -p 9987:9987/udp devalx/docker-teamspeak3`
|
||||
|
||||
Logs
|
||||
|
||||
|
|
Loading…
Reference in a new issue