Created
May 26, 2022 12:26
-
-
Save dsbaars/1117da99a0c94fe7352182247bc3214b to your computer and use it in GitHub Desktop.
Tor 0.4.7.7 with Umbrel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "3.7" | |
services: | |
tor_proxy: | |
container_name: tor | |
image: "dsbaars/tor:0.4.7.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go to umbrel directory | |
cd ~/umbrel | |
# Stop all Umbrel services and deleting them | |
sudo ./scripts/stop | |
# Start Umbrel services again | |
sudo ./scripts/start | |
# You can check you are running the new tor version with the following command | |
docker ps -f name=tor | |
# It should show dsbaars/tor:0.4.7.7 under IMAGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment