mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 16:15:53 +00:00
13 lines
304 B
YAML
13 lines
304 B
YAML
services:
|
|
SearXNG:
|
|
image: searxng/searxng:latest
|
|
ports:
|
|
- '9017:8080'
|
|
volumes:
|
|
- /portainer/Files/AppData/Config/searxng:/etc/searxng
|
|
environment:
|
|
BASE_URL: http://localhost:9017
|
|
INSTANCE_NAME: my-instance
|
|
restart: unless-stopped
|
|
container_name: SearXNG
|