add persistent hidden service
This commit is contained in:
@@ -2,9 +2,9 @@ FROM ubuntu:22.04
|
||||
|
||||
RUN apt-get update && apt-get install tor -y
|
||||
|
||||
RUN mkdir -p /run/tor \
|
||||
&& chown -R debian-tor:debian-tor /run/tor \
|
||||
&& chmod 700 -R /run/tor
|
||||
RUN mkdir -p /run/tor /var/lib/tor/monerod \
|
||||
&& chown -R debian-tor:debian-tor /run/tor /var/lib/tor/monerod \
|
||||
&& chmod 700 -R /run/tor /var/lib/tor/monerod
|
||||
|
||||
COPY dockerfiles/tor-config /etc/tor/torrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user