Update file list

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-26 22:43:04 +02:00
parent dcc53d43ce
commit 8b468262f2
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ This image contains a Teamspeak 3 server based on Debian Linux.
- `files`
- `licensekey.dat` (Maybe, don't have one)
- `logs`
- `query_ip_blacklist.txt`
- `query_ip_whitelist.txt`
- `query_ip_whitelist.txt` (for backwards compatibility the old name is still used)
- `ts3server.ini`
- `.ts3server_license_accepted` (Accept license - see "Create container" below)
- `ts3server.sqlitedb`

View File

@ -29,7 +29,7 @@ if [ -f "${VOLUME}/ts3server.ini" ]; then
log " '${VOLUME}/ts3server.ini' found. Using as config file."
log " HINT: If this ini was transfered from another ts3-install you may want"
log " to make sure the following settings are active for the usage of host-mounted volume:"
log " - query_ip_whitelist='${VOLUME}/query_ip_whitelist.txt'"
log " - query_ip_allowlist='${VOLUME}/query_ip_whitelist.txt'"
log " - logpath='${VOLUME}/logs/'"
log " - licensepath='${VOLUME}/'"
log " - inifile='${VOLUME}/ts3server.ini'"