diff --git a/docker-compose.yml b/docker-compose.yml index caead21f..1d9352f9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,7 +67,7 @@ services: solr: container_name: ${COMPOSE_PROJECT_NAME}-solr - image: solr:9.7.0 + image: ghcr.io/tailormap/solr:9.7.0 profiles: - solr environment: @@ -94,7 +94,7 @@ services: container_name: ${COMPOSE_PROJECT_NAME}-solr-status depends_on: - solr - image: solr:9.7.0 + image: ghcr.io/tailormap/solr:9.7.0 profiles: - solr environment: @@ -103,5 +103,5 @@ services: SCRAPE_INTERVAL: 15 SOLR_URL: http://solr:8983/solr/ command: - # this script should be in the path for the current user + # this script should be in the path for the current (solr) user - solr-exporter