version: "3" services: whoogle-search: image: benbusby/whoogle-search container_name: whoogle-search #environment: # Uncomment to configure environment variables # Basic auth configuration, uncomment to enable #- WHOOGLE_USER= #- WHOOGLE_PASS= # Proxy configuration, uncomment to enable #- WHOOGLE_PROXY_USER= #- WHOOGLE_PROXY_PASS= #- WHOOGLE_PROXY_TYPE= ports: - 5000:5000 restart: unless-stopped