diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -827,7 +827,7 @@ </ports> <workingDir>/usr/src/http-cache-app</workingDir> <cmd> - <shell>./start_http_cache.sh ${http.proxy}</shell> + <shell>./start_http_cache.sh ${http.proxy} localhost:${docker.http-cache.port.host}</shell> </cmd> </run> </image> |