Add new required var for userid

This commit is contained in:
aptalca
2024-05-31 15:11:16 -04:00
parent 87df076a67
commit 61a7a10f8c
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ Follow these steps to enable the maxmind mod:
2. In the container's docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:swag-maxmind`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:swag-maxmind|linuxserver/mods:swag-mod2`
3. In the container's docker arguments, set an environment variable `MAXMINDDB_LICENSE_KEY=<license-key>` with your license key.
3. In the container's docker arguments, set the following environment variables:
- `MAXMINDDB_LICENSE_KEY=<license-key>` with your license key
- `MAXMINDDB_USER_ID=<user-id>` with your user id
4. Recreate the container to apply the changes.
5. Add the following line to `/config/nginx/nginx.conf` under the `http` section: