Skip to content

Instantly share code, notes, and snippets.

@dsbaars
Created May 26, 2022 12:26
Show Gist options
  • Save dsbaars/1117da99a0c94fe7352182247bc3214b to your computer and use it in GitHub Desktop.
Save dsbaars/1117da99a0c94fe7352182247bc3214b to your computer and use it in GitHub Desktop.
Tor 0.4.7.7 with Umbrel
---
version: "3.7"
services:
tor_proxy:
container_name: tor
image: "dsbaars/tor:0.4.7.7"
# 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