commit
c7b3f004eb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ services:
|
||||||
- searxng
|
- searxng
|
||||||
command: ${SEARXNG_COMMAND:-}
|
command: ${SEARXNG_COMMAND:-}
|
||||||
volumes:
|
volumes:
|
||||||
- ./searx:/etc/searx:rw
|
- ./searxng:/etc/searxng:rw
|
||||||
environment:
|
environment:
|
||||||
- BIND_ADDRESS=0.0.0.0:8080
|
- BIND_ADDRESS=0.0.0.0:8080
|
||||||
- BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
|
- BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
|
||||||
|
|
Loading…
Reference in a new issue