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"
|
- "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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue