From 8b468262f24fde3d39fd93e5f9bc9c625d7416fa Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 26 Apr 2023 22:43:04 +0200 Subject: [PATCH] Update file list Signed-off-by: Knut Ahlers --- README.md | 3 +-- docker-ts3.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b84ca8c..011e125 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docker-ts3.sh b/docker-ts3.sh index f490955..8b78bff 100755 --- a/docker-ts3.sh +++ b/docker-ts3.sh @@ -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'"