Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mmdbpath parameter not working #95

Open
Marcel1802 opened this issue Nov 11, 2022 · 1 comment
Open

mmdbpath parameter not working #95

Marcel1802 opened this issue Nov 11, 2022 · 1 comment

Comments

@Marcel1802
Copy link

The mmdbpath parameter is not working due to the missing maxminddb library inside the container.

How to reproduce the problem:

Your docker-compose.yml should contain a volumes entry like this: - "/usr/share/GeoIP/GeoLite2-Country.mmdb:/opt/geo.mmdb"
and a command entry like this: command: ["ts3server","mmdbpath=/opt/geo.mmdb"]

Then you get an error message like this:

teamspeak_server | 2022-11-11 15:12:27.447249|WARNING |GeoIP | |maxminddb library not found, disabling MMDB usage

Solution:

The missing library needs to be added inside the container.
If you want the docker image to be as small as possible so that is does not contain unnecessary packages, a new tag like teamspeak:3.13.7-maxminddb would be nice.

@EvilBlood
Copy link

there is already a fix, unfortunately it has not been pulled by the Teamspeak team for over a year: #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants