mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
no message
This commit is contained in:
parent
808a3bb749
commit
9b62102ccb
1 changed files with 22 additions and 4 deletions
26
README.md
26
README.md
|
@ -10,15 +10,33 @@ Ubuntu with TS3 Server.
|
||||||
* query_ip_blacklist.txt
|
* query_ip_blacklist.txt
|
||||||
* logs
|
* logs
|
||||||
* files (Not yet)
|
* files (Not yet)
|
||||||
* ts3server.sqlitedb (Not yet)
|
* ts3server.sqlitedb
|
||||||
* licence (Maybe; Dont have one)
|
* licence (Maybe; Dont have one)
|
||||||
* ts3server.ini (Not tested)
|
* ts3server.ini (Not tested)
|
||||||
|
|
||||||
* Usage
|
#### Usage
|
||||||
|
* Infos
|
||||||
|
|
||||||
|
The script does look for an sqlite db in the linked host-folder.
|
||||||
|
If its found, a symlink is created to the ts3-folder inside the container.
|
||||||
|
This means the server should use your old ts3 db if present.
|
||||||
|
If not present it will create a new one, right now this will NOT be created under the linked host-folder!
|
||||||
|
The problem here is i cant tell the TS3 server to create the db in specific folder.
|
||||||
|
Creating a empty file and then linking this did not work either since TS3 is then complaining its no sqlite db.
|
||||||
|
|
||||||
|
Script will also look for ts3server.ini in linked host-folder. This file will also be created if its not
|
||||||
|
found since TS3-server has a paramater for that. If you use your own ini-file you may want to link logs and other data to /teamspeak3.
|
||||||
|
This way you can mount the directory and backup/persist the data even when upgrading.
|
||||||
|
|
||||||
|
The files-directory is also currently not persisted in the linked host-folder.
|
||||||
|
|
||||||
* Build container (optional)
|
* Build container (optional)
|
||||||
|
|
||||||
|
Just in case you dont wanna use the index.
|
||||||
|
|
||||||
`sudo docker build https://github.com/devalx/docker-teamspeak3.git`
|
`sudo docker build https://github.com/devalx/docker-teamspeak3.git`
|
||||||
|
|
||||||
|
|
||||||
* Create container
|
* Create container
|
||||||
|
|
||||||
This creates and starts a docker container in the
|
This creates and starts a docker container in the
|
||||||
|
@ -37,5 +55,5 @@ Ubuntu with TS3 Server.
|
||||||
|
|
||||||
* Upgrading
|
* Upgrading
|
||||||
|
|
||||||
Just stop and remove the old container, then start again at "Creating container". You may have to change the image if its not updating.
|
Just stop and remove the old container, then start again at "Creating container". You may have to pull the image again if its not updating.
|
||||||
CAUTION: At the moment this will delete all your configuration and will give you a fresh install.
|
CAUTION: Didnt test if all files are really persisted or if the TS3 process overwrites some files. So make sure you have a backup.
|
||||||
|
|
Loading…
Reference in a new issue