1panel-appstore/apps/searxng/1.0.0/docker-compose.yml

10 lines
216 B
YAML

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