Files
kochwas/docker-compose.yml

12 lines
256 B
YAML
Raw Normal View History

services:
searxng:
image: searxng/searxng:latest
ports:
- '8888:8080'
volumes:
- ./searxng:/etc/searxng
environment:
- BASE_URL=http://localhost:8888/
- INSTANCE_NAME=kochwas-search-dev
restart: unless-stopped