macbre / docker-sphinxsearch

Docker image for Sphinx search engine

Home Page:https://hub.docker.com/r/macbre/sphinxsearch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix syslog delivery error

mazz opened this issue · comments

When added to docker-compose, and calling docker-compose up sphinx I get:

•100% ➜ docker-compose up sphinx        
Starting biblefind_sphinx_1 ... error

ERROR: for biblefind_sphinx_1  Cannot start service sphinx: failed to initialize logging driver: Unix syslog delivery error

ERROR: for sphinx  Cannot start service sphinx: failed to initialize logging driver: Unix syslog delivery error
ERROR: Encountered errors while bringing up the project.

Docker compose chunk:

  sphinx:
    image: macbre/sphinxsearch:3.0.1
    ports:
    - "127.0.0.1:36307:36307" # bind to local interface only!
    volumes:
    - ./sphinx/data:/opt/sphinx/index
    - ./sphinx/sphinx.conf:/opt/sphinx/conf/sphinx.conf
    # mem_limit: 180m
    logging:
      driver: syslog
      options:
        tag: my-app-sphinx
    hostname: sphinx-docker

Which OS and docker version do you use? It works fine for me on Debian testing and Docker 18.09.0.