Rename volume to tor-data-new to force permission reset
This commit is contained in:
parent
115112552b
commit
7750788708
1 changed files with 5 additions and 5 deletions
|
|
@ -10,10 +10,10 @@ services:
|
||||||
- HIDDEN_SERVICE_HOSTS=80:web:80
|
- HIDDEN_SERVICE_HOSTS=80:web:80
|
||||||
- TOR_CONTROL_PASSWORD=secure_password
|
- TOR_CONTROL_PASSWORD=secure_password
|
||||||
ports:
|
ports:
|
||||||
- "9051:9051"
|
- "9051:9051"
|
||||||
- "9050:9050"
|
- "9050:9050"
|
||||||
volumes:
|
volumes:
|
||||||
- tor-data:/var/lib/tor/
|
- tor-data-new:/var/lib/tor/:Z
|
||||||
depends_on:
|
depends_on:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
|
@ -34,7 +34,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tor
|
- tor
|
||||||
volumes:
|
volumes:
|
||||||
- tor-data:/var/lib/tor/
|
- tor-data-new:/var/lib/tor/:Z
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tor-data:
|
tor-data-new:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue