services: searxng: image: searxng/searxng:latest container_name: ${CONTAINER_NAME} volumes: - ./etc:/etc/searxng" ports: - "${PANEL_APP_PORT_HTTP}:8080" restart: unless-stopped networks: 1panel-network: external: true