version: '3.9' services: tor: image: dperson/torproxy restart: unless-stopped environment: - TZ=Europe/Athens - USERID=1000 - GROUPID=1000 ports: - '8118:8118' - '9050:9050' networks: default: name: tor