mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[GH-ISSUE #600] [QUESTION] What is required to enable TOR on Docker-compose setup? #384
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@Nathannaelc commented on GitHub (Jan 5, 2022):
Uncomment line 23 in docker-compose.yml
#environment: # Uncomment to configure environment variablesto
environment: # Uncomment to configure environment variablesthen add - WHOOGLE_CONFIG_TOR=1
This (if I understand your question correctly) should do the work.