graphs: just query graphite IP instead of localhost mapping
This commit is contained in:
@@ -218,7 +218,6 @@ function validatePortBindings(portBindings, manifest) {
|
||||
993, /* imaps */
|
||||
995, /* pop3s */
|
||||
2003, /* graphite (lo) */
|
||||
2004, /* graphite (lo) */
|
||||
2514, /* cloudron-syslog (lo) */
|
||||
constants.PORT, /* app server (lo) */
|
||||
constants.AUTHWALL_PORT, /* protected sites */
|
||||
@@ -229,7 +228,6 @@ function validatePortBindings(portBindings, manifest) {
|
||||
4190, /* managesieve */
|
||||
5349, /* turn,stun TLS */
|
||||
8000, /* ESXi monitoring */
|
||||
8417, /* graphite (lo) */
|
||||
];
|
||||
|
||||
const RESERVED_PORT_RANGES = [
|
||||
|
||||
Reference in New Issue
Block a user