Archived
1
0
Fork 0

torrelay: Add /var/run/tor

This commit is contained in:
Joerg Elfring 2018-03-01 18:36:28 +01:00
parent ac669544fb
commit ccef0cea27

View file

@ -7,7 +7,9 @@ COPY ./assets/torrc.relay /etc/tor/torrc.relay
COPY ./assets/entrypoint.sh /etc/tor/entrypoint.sh COPY ./assets/entrypoint.sh /etc/tor/entrypoint.sh
RUN chown -R tor /etc/tor \ RUN chown -R tor /etc/tor \
&& chmod 755 /etc/tor/entrypoint.sh && chmod 755 /etc/tor/entrypoint.sh \
&& mkdir /var/run/tor \
&& chown tor /var/run/tor
ENV TOR_NICK="Landesverrat" \ ENV TOR_NICK="Landesverrat" \
TOR_CONTACT="Not Provided" \ TOR_CONTACT="Not Provided" \