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"
|
- "9051:9051"
|
||||||
- "9050:9050"
|
- "9050:9050"
|
||||||
volumes:
|
volumes:
|
||||||
- tor-data-new:/var/lib/tor/:Z
|
- tor-data-new:/var/lib/tor/:z
|
||||||
depends_on:
|
depends_on:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
|
@ -28,13 +28,14 @@ services:
|
||||||
build: .
|
build: .
|
||||||
image: docker-tor-hidden-service:latest
|
image: docker-tor-hidden-service:latest
|
||||||
container_name: vanguards-sidecar
|
container_name: vanguards-sidecar
|
||||||
|
user: "0:0"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# The 'vanguards' first word triggers the logic in your entrypoint.sh
|
# The 'vanguards' first word triggers the logic in your entrypoint.sh
|
||||||
command: vanguards --control_ip tor-service --control_port 9051 --control_pass secure_password
|
command: vanguards --control_ip tor-service --control_port 9051 --control_pass secure_password
|
||||||
depends_on:
|
depends_on:
|
||||||
- tor
|
- tor
|
||||||
volumes:
|
volumes:
|
||||||
- tor-data-new:/var/lib/tor/:Z
|
- tor-data-new:/var/lib/tor/:z
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tor-data-new:
|
tor-data-new:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue