mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #810] whoogle with gluetun #508
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#508
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 @yed01 on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/810
Where I have to put the network_mode: "container:gluetun" line in the docker-compose file to make it work with gluetun?
Do I have to edit something else apart from the docker-compose file?
@harris012 commented on GitHub (Jul 8, 2022):
You need to add
network_mode: "service:gluetun"Check out my compose file with gluetun@benbusby commented on GitHub (Jul 13, 2022):
Closing, since I assume the above comment fixes the issue (I'm not familiar with gluetun). Feel free to reopen if the issue persists.