Fix SELinux label from :Z (private) to :z (shared)
This commit is contained in:
parent
7750788708
commit
deebc86b2f
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
- "9051:9051"
|
||||
- "9050:9050"
|
||||
volumes:
|
||||
- tor-data-new:/var/lib/tor/:Z
|
||||
- tor-data-new:/var/lib/tor/:z
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
|
|
@ -28,13 +28,14 @@ services:
|
|||
build: .
|
||||
image: docker-tor-hidden-service:latest
|
||||
container_name: vanguards-sidecar
|
||||
user: "0:0"
|
||||
restart: unless-stopped
|
||||
# The 'vanguards' first word triggers the logic in your entrypoint.sh
|
||||
command: vanguards --control_ip tor-service --control_port 9051 --control_pass secure_password
|
||||
depends_on:
|
||||
- tor
|
||||
volumes:
|
||||
- tor-data-new:/var/lib/tor/:Z
|
||||
- tor-data-new:/var/lib/tor/:z
|
||||
|
||||
volumes:
|
||||
tor-data-new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue