mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
14 lines
226 B
YAML
14 lines
226 B
YAML
version: '2'
|
|
services:
|
|
solr:
|
|
image: 'bitnami/solr:latest'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- '8983:8983'
|
|
volumes:
|
|
- 'solr_data:/bitnami'
|
|
volumes:
|
|
solr_data:
|
|
driver: local
|