refactor(registry): revert ExtensionServer URL to localhost

feat2928-dockerhub-registry
xAt0mZ 2019-07-18 17:32:05 +02:00
parent 0b49aaf38a
commit 2ddfb33a17
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ const (
// SupportedDockerAPIVersion is the minimum Docker API version supported by Portainer
SupportedDockerAPIVersion = "1.24"
// ExtensionServer represents the server used by Portainer to communicate with extensions
ExtensionServer = "192.168.0.15"
ExtensionServer = "localhost"
)
const (