Update searxng/docker-compose.yml

This commit is contained in:
Michael Andrew Maurakis 2024-09-04 10:35:42 -05:00
parent 57bb0fae0b
commit cde16a07a0

View file

@ -26,7 +26,7 @@ services:
image: searxng/searxng:latest image: searxng/searxng:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- BASE_URL=https://search - BASE_URL=https://search # Change this to be your expected Domain name.
- "INSTANCE_NAME=Searxng" - "INSTANCE_NAME=Searxng"
volumes: volumes:
- ./data:/etc/searxng:rw - ./data:/etc/searxng:rw