Updated the docker image references

This commit is contained in:
Gethin James
2017-03-24 16:49:38 +01:00
parent 1cc7b8dd00
commit 0672edb794
@@ -1,7 +1,7 @@
version: '2'
services:
repo:
image: docker-internal.alfresco.com/platform:latest
image: docker-internal.alfresco.com/platform:5.2.1-SNAPSHOT
environment:
JAVA_OPTS : "-Dsolr.secureComms=none -Dsolr.useDynamicShardRegistration=true -Dsearch.solrTrackingSupport.ignorePathsForSpecificTypes=true"
ports:
@@ -15,7 +15,7 @@ services:
environment:
- "REPO_HOST=repo:8080"
solr6:
image: docker-internal.alfresco.com/search-services:1.0.b
image: docker-internal.alfresco.com/search-services:1.1.0-SNAPSHOT
command: [ "/opt/alfresco-search/solr/bin/solr", "start", "-f", "-p","8183", "-a",
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"]
expose: