mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-13 22:22:43 +00:00
commit
3204055262
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ Ubuntu with TS3 Server.
|
||||||
|
|
||||||
Just in case you dont wanna use the index.
|
Just in case you dont wanna use the index.
|
||||||
|
|
||||||
`sudo docker build https://github.com/devalx/docker-teamspeak3.git`
|
`docker build https://github.com/luzifer-docker/docker-teamspeak3.git`
|
||||||
|
|
||||||
|
|
||||||
* Create container
|
* Create container
|
||||||
|
@ -46,12 +46,12 @@ Ubuntu with TS3 Server.
|
||||||
{FOLDER} is an absolute path on the host to be mapped by the containers /teamspeak3 folder.
|
{FOLDER} is an absolute path on the host to be mapped by the containers /teamspeak3 folder.
|
||||||
Injected files are used from this location, see Summary above.
|
Injected files are used from this location, see Summary above.
|
||||||
|
|
||||||
`sudo docker run --name TS3 -d -p 9987:9987/udp -v {FOLDER}:/teamspeak3 devalx/docker-teamspeak3`
|
`docker run --name TS3 -d -p 9987:9987/udp -v {FOLDER}:/teamspeak3 luzifer/teamspeak3`
|
||||||
|
|
||||||
* Admin Secret
|
* Admin Secret
|
||||||
|
|
||||||
After starting the container you probably want to get the Admin secret with:
|
After starting the container you probably want to get the Admin secret with:
|
||||||
`sudo docker logs TS3`
|
`docker logs TS3`
|
||||||
|
|
||||||
* Upgrading
|
* Upgrading
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue