Initial commit
This commit is contained in:
4
dockerfiles/sphinx/Dockerfile
Normal file
4
dockerfiles/sphinx/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM stefobark/sphinxdocker
|
||||
|
||||
ADD searchd.sh /
|
||||
RUN chmod a+x searchd.sh
|
2
dockerfiles/sphinx/searchd.sh
Normal file
2
dockerfiles/sphinx/searchd.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
searchd -c /etc/sphinxsearch/sphinx.conf --nodetach "$@"
|
Reference in New Issue
Block a user