[GH-ISSUE #600] [QUESTION] What is required to enable TOR on Docker-compose setup? #384

Closed
opened 2026-02-25 20:35:36 +03:00 by kerem · 1 comment
Owner

Originally created by @Champagnois88 on GitHub (Jan 3, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/600

What is required to enable TOR on the standard issue Docker-compose setup?

Originally created by @Champagnois88 on GitHub (Jan 3, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/600 What is required to enable TOR on the standard issue Docker-compose setup?
kerem 2026-02-25 20:35:36 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Nathannaelc commented on GitHub (Jan 5, 2022):

Uncomment line 23 in docker-compose.yml
#environment: # Uncomment to configure environment variables
to
environment: # Uncomment to configure environment variables
then add - WHOOGLE_CONFIG_TOR=1
This (if I understand your question correctly) should do the work.

    environment: # Uncomment to configure environment variables
      - WHOOGLE_CONFIG_TOR=1
<!-- gh-comment-id:1005380386 --> @Nathannaelc commented on GitHub (Jan 5, 2022): Uncomment line 23 in docker-compose.yml `#environment: # Uncomment to configure environment variables` to `environment: # Uncomment to configure environment variables` then add - WHOOGLE_CONFIG_TOR=1 This (if I understand your question correctly) should do the work. ``` environment: # Uncomment to configure environment variables - WHOOGLE_CONFIG_TOR=1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#384
No description provided.