torproxy icon indicating copy to clipboard operation
torproxy copied to clipboard

Container not starting

Open ssrahul96 opened this issue 4 years ago • 1 comments

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.

ssrahul96 avatar Jan 22 '21 07:01 ssrahul96

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

N1ghtshad0w avatar Jan 22 '21 08:01 N1ghtshad0w