services: searxng: image: docker.io/searxng/searxng:2026.8.29-d226b78bc platform: linux/arm64 container_name: bench-s3b-searxng-cn ports: - "18880:8080" volumes: - ./settings.yml:/etc/searxng/settings.yml:ro environment: - SEARXNG_BASE_URL=http://localhost:18880/ - SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml mem_limit: 192m restart: "no"