mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-12-20 22:51:17 +00:00
Update README.md
This commit is contained in:
parent
4b8b05197a
commit
3c2f2b11e2
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -5,7 +5,7 @@ Just start the container and its ready to go!
|
||||||
|
|
||||||
#### Summary
|
#### Summary
|
||||||
* Ubuntu
|
* Ubuntu
|
||||||
* Teamspeak 3 server
|
* Teamspeak 3 Server
|
||||||
* Adding a Licence file (planned)
|
* Adding a Licence file (planned)
|
||||||
* make complete ts3 conf accessible (planned)
|
* make complete ts3 conf accessible (planned)
|
||||||
* settings are persisted between start/stop of the container, after upgrading(using the run cmd to make a new container)
|
* settings are persisted between start/stop of the container, after upgrading(using the run cmd to make a new container)
|
||||||
|
@ -22,10 +22,19 @@ not yet. will follow in the future, probably as an change to the run command, no
|
||||||
|
|
||||||
`sudo docker run --name TS3 -d -p 9987:9987/udp devalx/docker-teamspeak3`
|
`sudo docker run --name TS3 -d -p 9987:9987/udp devalx/docker-teamspeak3`
|
||||||
|
|
||||||
|
#### Backups TODO
|
||||||
|
files directory
|
||||||
|
licensekey.dat
|
||||||
|
query_ip_blacklist.txt
|
||||||
|
query_ip_whitelist.txt
|
||||||
|
serverkey.dat
|
||||||
|
ts3server.ini
|
||||||
|
ts3server.sqlitedb
|
||||||
|
|
||||||
##### Logs
|
##### Logs
|
||||||
To get the created Admin secrets use this cmd:
|
To get the created Admin secrets use this cmd:
|
||||||
|
|
||||||
sudo docker logs TS3
|
`sudo docker logs TS3`
|
||||||
|
|
||||||
you can also specify the container id instead of TS3.
|
you can also specify the container id instead of TS3.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue