Last active
May 12, 2022 01:32
-
-
Save WangKaifei/aee22f219f5ce614896f162ba57904ef to your computer and use it in GitHub Desktop.
docker_whoogle-search
This file contains hidden or 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
| docker run \ | |
| --name whoogle-search \ | |
| --restart=always \ | |
| -p 5000:5000 \ | |
| -e WHOOGLE_CONFIG_COUNTRY=CN \ | |
| -e WHOOGLE_CONFIG_NEAR=beijing \ | |
| -e WHOOGLE_CONFIG_LANGUAGE=lang_zh-CN \ | |
| -e WHOOGLE_RESULTS_PER_PAGE=20 \ | |
| -e WHOOGLE_AUTOCOMPLETE=1 \ | |
| -d benbusby/whoogle-search:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment