Switch to bind mount ./tor-data for absolute permission control
This commit is contained in:
parent
deebc86b2f
commit
017b76f136
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
- "9051:9051"
|
||||
- "9050:9050"
|
||||
volumes:
|
||||
- tor-data-new:/var/lib/tor/:z
|
||||
- ./tor-data:/var/lib/tor/:z
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
depends_on:
|
||||
- tor
|
||||
volumes:
|
||||
- tor-data-new:/var/lib/tor/:z
|
||||
- ./tor-data:/var/lib/tor/:z
|
||||
|
||||
volumes:
|
||||
tor-data-new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue