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: