Fix the readme

This commit is contained in:
quietsy 2022-01-13 20:45:11 +02:00
parent cfc46d2a89
commit ff6ec56768
2 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

@ -15,7 +15,13 @@ If adding multiple mods, enter them in an array separated by |, such as DOCKER_M
Navigate to `dashboard.domain.com` from your LAN to view the dashboard.
## Notes
- The application discovery works best when the container names match the `proxy-conf` files
- The application discovery scans all the conf files and looks for the following structure in accordance with the samples, incorrect discovery results can be fixed by using the structure.
```yaml
set $upstream_app something;
set $upstream_port 123;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
```
- [Swag Maxmind mod](https://github.com/linuxserver/docker-mods/tree/swag-maxmind) is required to enable the geo location graph
# Example