Skip to content

Commit

Permalink
Merge pull request #3317 from akostadinov/fixes
Browse files Browse the repository at this point in the history
/var/lib/searchd not sphinx
  • Loading branch information
akostadinov authored Apr 17, 2023
2 parents 0d9854c + da19d64 commit 89163b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/system/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CMD ["unicorn", "-c", "config/unicorn.rb", "-E", "${RAILS_ENV}", "config.ru"]
FROM porta-base AS porta-sphinx-config
ENV THINKING_SPHINX_ADDRESS=0.0.0.0 \
THINKING_SPHINX_PID_FILE=/var/run/sphinx/searchd.pid \
THINKING_SPHINX_INDICES_LOCATION=/var/lib/sphinx \
THINKING_SPHINX_INDICES_LOCATION=/var/lib/searchd \
THINKING_SPHINX_CONFIGURATION_FILE=/opt/system/config/standalone.sphinx.conf \
RAILS_ENV=production \
SECRET_KEY_BASE=dummy \
Expand Down

0 comments on commit 89163b9

Please sign in to comment.