Browse Source

Resolve "Bug: Tor unable to start after Jitsi starts"

merge-requests/57/merge
Steven Foerster 5 years ago
parent
commit
5596024be3
  1. 2
      compose/production/tor/Dockerfile
  2. 4
      extra/tor.yml

2
compose/production/tor/Dockerfile

@ -7,7 +7,7 @@ RUN apk update \
EXPOSE 9150 EXPOSE 9150
ADD ./compose/production/tor/torrc /etc/tor/torrc ADD ./torrc /etc/tor/torrc
USER tor USER tor
CMD /usr/bin/tor -f /etc/tor/torrc CMD /usr/bin/tor -f /etc/tor/torrc

4
extra/tor.yml

@ -3,8 +3,8 @@ version: '3'
services: services:
tor-client: tor-client:
build: build:
context: .. context: ../compose/production/tor
dockerfile: ./compose/production/tor/Dockerfile dockerfile: ./Dockerfile
image: mistborn_production_tor image: mistborn_production_tor
container_name: mistborn_production_tor container_name: mistborn_production_tor
ports: ports:

Loading…
Cancel
Save