File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ Follow these steps to enable the maxmind mod:
1313
1414 If adding multiple mods, enter them in an array separated by ` | ` , such as ` DOCKER_MODS=linuxserver/mods:swag-maxmind|linuxserver/mods:swag-mod2 `
15153 . In the container's docker arguments, set an environment variable ` MAXMINDDB_LICENSE_KEY=<license-key> ` with your license key.
16- 4 . Add the following line to ` /config/nginx/nginx.conf ` under the ` http ` section:
16+ 4 . Recreate the container to apply the changes.
17+ 5 . Add the following line to ` /config/nginx/nginx.conf ` under the ` http ` section:
1718
1819 ``` nginx
1920 include /config/nginx/maxmind.conf;
@@ -46,4 +47,4 @@ Follow these steps to enable the maxmind mod:
4647
4748 location / {
4849 ```
49- 7. Recreate the container to apply the changes.
50+ 7. Restart the container to apply the changes.
You can’t perform that action at this time.
0 commit comments