mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fix docker command line alfresco-search-services
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- "REPO_HOST=repo:8080"
|
||||
solr6:
|
||||
image: docker-internal.alfresco.com/search-services:1.1.0-SNAPSHOT
|
||||
command: [ "/opt/alfresco-search/solr/bin/solr", "start", "-f", "-p","8183", "-a",
|
||||
command: [ "/opt/alfresco-search-services/solr/bin/solr", "start", "-f", "-p","8183", "-a",
|
||||
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"]
|
||||
expose:
|
||||
- "8183"
|
||||
|
||||
Reference in New Issue
Block a user