From 5596024be3a444fd5ac194cdca50767863e06130 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 6 Dec 2020 00:41:15 +0000 Subject: [PATCH] Resolve "Bug: Tor unable to start after Jitsi starts" --- compose/production/tor/Dockerfile | 2 +- extra/tor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/production/tor/Dockerfile b/compose/production/tor/Dockerfile index af4d0a4..11f8bb8 100644 --- a/compose/production/tor/Dockerfile +++ b/compose/production/tor/Dockerfile @@ -7,7 +7,7 @@ RUN apk update \ EXPOSE 9150 -ADD ./compose/production/tor/torrc /etc/tor/torrc +ADD ./torrc /etc/tor/torrc USER tor CMD /usr/bin/tor -f /etc/tor/torrc diff --git a/extra/tor.yml b/extra/tor.yml index 068b966..f8c4141 100644 --- a/extra/tor.yml +++ b/extra/tor.yml @@ -3,8 +3,8 @@ version: '3' services: tor-client: build: - context: .. - dockerfile: ./compose/production/tor/Dockerfile + context: ../compose/production/tor + dockerfile: ./Dockerfile image: mistborn_production_tor container_name: mistborn_production_tor ports: