Untitled
unknown
plain_text
10 months ago
275 B
7
Indexable
version: '3' services: solr: image: solr:9 # Use the Solr 9 Docker image ports: - "8983:8983" volumes: - ./solr-conf/drupal:/opt/solr/server/solr/mycores/drupal/conf # Adjust path if necessary environment: - SOLR_CORE=drupal
Editor is loading...
Leave a Comment