12 lines
234 B
YAML
Executable File
12 lines
234 B
YAML
Executable File
sphinx:
|
|
container_name: sphinx
|
|
image: scores/sphinxsearch
|
|
ports:
|
|
- "9306:9306"
|
|
- "9312:9312"
|
|
volumes:
|
|
- /media/disk02/sphinxsearch/data:/var/lib/sphinxsearch
|
|
log_driver: "json-file"
|
|
log_opt:
|
|
max-size: "500m"
|
|
max-file: "9" |