--- services: # Dein Tor Proxy tor: image: osminogin/tor-simple container_name: tor-proxy restart: always ports: - "9050:9050" healthcheck: test: ["CMD", "nc", "-z", "localhost", "9050"] interval: 10s timeout: 5s retries: 5 start_period: 15s