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

12 lines
256 B
YAML

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