mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
fix(prometheus-paperless-ngx-exporter): Fix wrong Interface Port (#2812)
#2808
This commit is contained in:
parent
712ff6f5cc
commit
6c5200d0a1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 3000,
|
"interface_port": 8081,
|
||||||
"documentation": null,
|
"documentation": null,
|
||||||
"website": "https://github.com/hansmi/prometheus-paperless-exporter",
|
"website": "https://github.com/hansmi/prometheus-paperless-exporter",
|
||||||
"logo": "https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/resources/logo/web/svg/square.svg",
|
"logo": "https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/resources/logo/web/svg/square.svg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue