Rename volume to tor-data-new to force permission reset

This commit is contained in:
wander 2026-02-07 00:09:16 -05:00
parent 115112552b
commit 7750788708

View file

@ -10,10 +10,10 @@ services:
- HIDDEN_SERVICE_HOSTS=80:web:80
- TOR_CONTROL_PASSWORD=secure_password
ports:
- "9051:9051"
- "9050:9050"
- "9051:9051"
- "9050:9050"
volumes:
- tor-data:/var/lib/tor/
- tor-data-new:/var/lib/tor/:Z
depends_on:
- web
@ -34,7 +34,7 @@ services:
depends_on:
- tor
volumes:
- tor-data:/var/lib/tor/
- tor-data-new:/var/lib/tor/:Z
volumes:
tor-data:
tor-data-new: