change config

This commit is contained in:
2025-02-28 21:46:46 -06:00
parent 42a64228be
commit b9e2adff63
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ services:
- TS_STATE_DIR=/var/lib/tailscale
- TS_ENABLE_METRICS=true
- TS_HOSTNAME=node-exporter-ps10rp
- TS_SERVE_CONFIG=/config/serve.json
network_mode: service:node-exporter
restart: always
volumes:

View File

@@ -7,7 +7,7 @@
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/metrics": {
"/": {
"Proxy": "http://127.0.0.1:9100"
}
}