fix: docker-compose command snippet
This commit is contained in:
parent
f0b268c8b3
commit
799a9222fe
@ -28,7 +28,7 @@ services:
|
||||
tor:
|
||||
image: alpine:latest
|
||||
container_name: tor
|
||||
command: sh -c "apk update && apk add --no-cache tor && chmod 700 /var/lib/tor/onion-service && (cat /var/lib/tor/onion-service/hostname || echo 'Hostname not available.') && tor -f /etc/tor/torrc"
|
||||
command: sh -c "apk update && apk add --no-cache tor && chmod 700 /var/lib/tor/onion-service && chown -R root:root /var/lib/tor && (cat /var/lib/tor/onion-service/hostname || echo 'Hostname not available.') && tor -f /etc/tor/torrc"
|
||||
volumes:
|
||||
- ./tor:/etc/tor:rw
|
||||
- ./onion-mirror:/var/lib/tor/onion-service:rw
|
||||
|
Loading…
x
Reference in New Issue
Block a user