diff --git a/README.md b/README.md index e6dc9ef..aba00cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Just start the container and its ready to go! #### Summary * Ubuntu -* Teamspeak 3 server +* Teamspeak 3 Server * Adding a Licence file (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) @@ -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` +#### Backups TODO +files directory +licensekey.dat +query_ip_blacklist.txt +query_ip_whitelist.txt +serverkey.dat +ts3server.ini +ts3server.sqlitedb + ##### Logs 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.