services: searxng: image: searxng/searxng:latest container_name: searxng ports: - "127.0.0.1:8888:8080" volumes: - ./searxng:/etc/searxng:rw environment: - SEARXNG_BASE_URL=http://localhost:8888/ restart: unless-stopped