Skip to content

Instantly share code, notes, and snippets.

@WangKaifei
Last active May 12, 2022 01:32
Show Gist options
  • Save WangKaifei/aee22f219f5ce614896f162ba57904ef to your computer and use it in GitHub Desktop.
Save WangKaifei/aee22f219f5ce614896f162ba57904ef to your computer and use it in GitHub Desktop.
docker_whoogle-search
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