Solr docker container image that requires no specific user or root permission to function.
10K+
Solr docker container image that requires no specific user or root permission to function.
services:
php:
image: aerzas/solr:10-latest
environment:
CORE_NAME: example
CORE_CONFIGSET: custom
volumes:
- ./config:/opt/solr/server/solr/configsets/custom/conf
- solr:/var/solr
ports:
- '8983:8983'
healthcheck:
test: ["CMD", "/scripts/docker-healthcheck.sh"]
interval: 30s
timeout: 1s
retries: 3
start_period: 5s
volumes:
solr:
| Variable | Default Value |
|---|---|
| Server | |
ENABLE_REMOTE_JMX_OPTS | "false" |
SOLR_HOST | localhost |
SOLR_JAVA_MEM | -Xms512m -Xmx512m |
SOLR_JETTY_HOST | 0.0.0.0 |
SOLR_PORT | 8983 |
SOLR_STOP_WAIT | 60 |
SOLR_CONFIG_LIB_ENABLED | true |
| Core | |
CORE_NAME | solr |
CORE_CONFIGSET | _default |
Any Solr variable declared in solr.in.sh can be declared as an environment variable.
Content type
Image
Digest
sha256:0cecd67be…
Size
434.8 MB
Last updated
about 2 months ago
docker pull aerzas/solr:9-2.7.0