tor: anon-inbound fixes (#42)

This commit is contained in:
nahuhh
2025-04-28 19:23:01 +00:00
committed by GitHub
parent 09035fa3b4
commit 81884056d6
6 changed files with 35 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get install tor -y
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
RUN mkdir -p /run/tor \
&& chown -R debian-tor:debian-tor /run/tor \
&& chmod 700 -R /run/tor
COPY dockerfiles/tor-config /etc/tor/torrc