Switch to bind mount ./tor-data for absolute permission control

This commit is contained in:
wander 2026-02-07 00:15:13 -05:00
parent deebc86b2f
commit 017b76f136

View file

@ -13,7 +13,7 @@ services:
- "9051:9051" - "9051:9051"
- "9050:9050" - "9050:9050"
volumes: volumes:
- tor-data-new:/var/lib/tor/:z - ./tor-data:/var/lib/tor/:z
depends_on: depends_on:
- web - web
@ -35,7 +35,7 @@ services:
depends_on: depends_on:
- tor - tor
volumes: volumes:
- tor-data-new:/var/lib/tor/:z - ./tor-data:/var/lib/tor/:z
volumes: volumes:
tor-data-new: tor-data-new: