Created
December 16, 2018 03:42
-
-
Save ultramookie/3ab5dcf23ed7cd15495290bdafce6b07 to your computer and use it in GitHub Desktop.
docker-compose.yml for launching searX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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