Skip to content

Commit

Permalink
/var/lib/searchd not sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed Apr 17, 2023
1 parent bcef825 commit c150f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ COPY --from=$PORTA_IMAGE /opt/system/config/standalone.sphinx.conf "/etc/sphinx/
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release && \
rpm -iv --excludedocs /tmp/rpms/* && \
rm -rf /tmp/rpms && \
mkdir -p /var/lib/sphinx /var/run/sphinx && \
chmod 770 /var/lib/sphinx /var/run/sphinx
mkdir -p /var/lib/searchd /var/run/sphinx && \
chmod 770 /var/lib/searchd /var/run/sphinx

ENTRYPOINT ["/bin/env", "searchd", "--pidfile", "--config", "/etc/sphinx/system.sphinx.conf", "--nodetach"]
EXPOSE 9306/tcp

0 comments on commit c150f6c

Please sign in to comment.