aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 24c148a9..80668523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -803,7 +803,8 @@
<artifactId>docker-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
- <dockerHost>http://localhost:2375</dockerHost>
+
+ <dockerHost>http://127.0.0.1:2375</dockerHost>
<imageName>onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>
<serverId>docker-hub</serverId>