mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
14 lines
196 B
YAML
14 lines
196 B
YAML
version: '3'
|
|
services:
|
|
solr:
|
|
image: apache/solr
|
|
ports:
|
|
- "8983:8983"
|
|
volumes:
|
|
- data:/var/solr
|
|
command:
|
|
- solr-precreate
|
|
- gettingstarted
|
|
volumes:
|
|
data:
|