dperson / torproxy

GNU Affero General Public License v3.0
514 stars 144 forks source link

Container not starting #58

Open ssrahul96 opened 3 years ago

ssrahul96 commented 3 years ago

Hi,

I am using dockstarter in raspberry pi 3.

I ve added the below config in dockstarter docker-compose.override.yml

  torproxy:
    image: dperson/torproxy:latest
    container_name: torproxy
    ports:
      - "9050:9050"
      - "8118:8118"
    environment:
      - TORUSER=pi
      - TOR_NewCircuitPeriod=400
      - TZ=${TZ}

I ve tired without TORUSER as well as TORUSER=root as env variables.

The container stops as soon it starts.

N1ghtshad0w commented 3 years ago

already reported the issue https://github.com/dperson/torproxy/issues/57#issue-791055780