Skip to content

Commit

Permalink
disable search enterprise in solr6 override
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 24, 2023
1 parent bb1b9fc commit fff18e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose/solr6-override-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ services:
-Dalfresco.secureComms.secret=secret
ports:
- "8083:8983" # Browser port
# Disable the default solr6 service
# Disable the default elastcisearch service
search:
image: alpine:latest
command: "true"
search-reindexing:
image: alpine:latest
command: "true"
elasticsearch:
image: alpine:latest
command: "true"

0 comments on commit fff18e3

Please sign in to comment.