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
|
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
|
||||||
|
|
Loading…
Reference in a new issue