SearXNG: Fixed base url
This commit is contained in:
parent
d59ce2a80e
commit
72db3c75de
@ -24,7 +24,7 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Asia/Singapore
|
- TZ=Asia/Singapore
|
||||||
- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}
|
- SEARXNG_BASE_URL=https://opnxng.com
|
||||||
- UWSGI_WORKERS=1
|
- UWSGI_WORKERS=1
|
||||||
- UWSGI_THREADS=16
|
- UWSGI_THREADS=16
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
config:
|
compose:
|
||||||
oracle1:
|
oracle1:
|
||||||
- searxng
|
- searxng
|
||||||
oracle2:
|
oracle2:
|
||||||
@ -8,7 +8,7 @@ config:
|
|||||||
oracle4:
|
oracle4:
|
||||||
- searxng
|
- searxng
|
||||||
|
|
||||||
compose:
|
config:
|
||||||
oracle1:
|
oracle1:
|
||||||
- searxng
|
- searxng
|
||||||
oracle2:
|
oracle2:
|
||||||
|
Loading…
Reference in New Issue
Block a user