Update searxng/docker-compose.yml
This commit is contained in:
parent
57bb0fae0b
commit
cde16a07a0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ services:
|
|||
image: searxng/searxng:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- BASE_URL=https://search
|
||||
- BASE_URL=https://search # Change this to be your expected Domain name.
|
||||
- "INSTANCE_NAME=Searxng"
|
||||
volumes:
|
||||
- ./data:/etc/searxng:rw
|
||||
|
|
Loading…
Reference in a new issue