Skip to content

Instantly share code, notes, and snippets.

@ultramookie
Created December 16, 2018 03:42
Show Gist options
  • Save ultramookie/3ab5dcf23ed7cd15495290bdafce6b07 to your computer and use it in GitHub Desktop.
Save ultramookie/3ab5dcf23ed7cd15495290bdafce6b07 to your computer and use it in GitHub Desktop.
docker-compose.yml for launching searX
version: '2'
services:
searx:
ports:
- "127.0.0.1:8888:8888"
restart: always
image: cyrilix/searx
container_name: searx
environment:
- BASE_URL="https://yourdomain.tld"
- IMAGE_PROXY=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment