Update docker-compose.yml
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Checker / Search (push) Has been cancelled
Translation / Update (push) Has been cancelled
Translation / Pull Request (push) Has been cancelled
Cleanup / Container cache (push) Has been cancelled
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Checker / Search (push) Has been cancelled
Translation / Update (push) Has been cancelled
Translation / Pull Request (push) Has been cancelled
Cleanup / Container cache (push) Has been cancelled
This commit is contained in:
parent
e9240335d9
commit
0e6a8f619e
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: searxng
|
container_name: searxng
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8180:8080" # Host:Container — change 8180 to whatever host port you want
|
- "32768:8080" # Host:Container — change 8180 to whatever host port you want
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- BASE_URL=https://search.bsllc.xyz # Optional if using a reverse proxy
|
- BASE_URL=https://search.bsllc.xyz # Optional if using a reverse proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user