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

This commit is contained in:
Nathaniel Smith 2025-05-15 16:26:15 +00:00
parent e9240335d9
commit 0e6a8f619e

View File

@ -5,7 +5,7 @@ services:
container_name: searxng
build: .
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
environment:
- BASE_URL=https://search.bsllc.xyz # Optional if using a reverse proxy