Skip to content

Commit 485d51c

Browse files
author
quietsy
authored
Update README.md
1 parent a1a4499 commit 485d51c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
1515
3. 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.

0 commit comments

Comments
 (0)