mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Search-615, updated docker compose to retrieve the latest platfom image for community search
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
platform:
|
||||
image: docker-internal.alfresco.com/platform:5.2.2-SNAPSHOT
|
||||
image: docker-internal.alfresco.com/platform:5.2.3-SNAPSHOT
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "-Dsolr.host=solr6 -Dsolr.port=8983 -Dsolr.secureComms=none -Dsolr.base.url=/solr -Dindex.subsystem.name=solr6"
|
||||
ports:
|
||||
@@ -24,4 +24,4 @@ services:
|
||||
depends_on:
|
||||
- platform
|
||||
ports:
|
||||
- "8083:8983" #Browser port for Solr
|
||||
- "8083:8983" #Browser port for Solr
|
||||
|
||||
Reference in New Issue
Block a user