whoogle-search/docker-compose.yml
2020-11-03 21:22:14 +01:00

17 lines
501 B
YAML

version: "3"
services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
environment:
- WHOOGLE_USER=username # remove to disable
- WHOOGLE_PASS=password # remove to disable
- WHOOGLE_PROXY_USER=username # remove to disable
- WHOOGLE_PROXY_PASS=password # remove to disable
- WHOOGLE_PROXY_TYPE=socks5 # remove to disable
- WHOOGLE_PROXY_LOC=ip # remove to disable
ports:
- 5000:5000
restart: unless-stopped