documentation & updates for configuring scrutiny behind a reverse proxy with path rewriting.

This commit is contained in:
Jason Kulatunga
2022-05-09 16:37:05 -07:00
parent 90e5d219a2
commit eb4a738746
5 changed files with 66 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ docker run --rm \
--cap-add SYS_RAWIO \
--device=/dev/sda \
--device=/dev/sdb \
-e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
-e COLLECTOR_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
--name scrutiny-collector \
ghcr.io/analogj/scrutiny:master-collector
```