mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-05 13:08:12 +08:00
Fix the readme
This commit is contained in:
parent
cfc46d2a89
commit
ff6ec56768
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 264 KiB |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user