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