mirror of https://github.com/portainer/portainer
refactor(registry): revert ExtensionServer URL to localhost
parent
0b49aaf38a
commit
2ddfb33a17
|
@ -877,7 +877,7 @@ const (
|
||||||
// SupportedDockerAPIVersion is the minimum Docker API version supported by Portainer
|
// SupportedDockerAPIVersion is the minimum Docker API version supported by Portainer
|
||||||
SupportedDockerAPIVersion = "1.24"
|
SupportedDockerAPIVersion = "1.24"
|
||||||
// ExtensionServer represents the server used by Portainer to communicate with extensions
|
// ExtensionServer represents the server used by Portainer to communicate with extensions
|
||||||
ExtensionServer = "192.168.0.15"
|
ExtensionServer = "localhost"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue