We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./docker-compose.yml", line 14, column 7
The text was updated successfully, but these errors were encountered:
version: '2.2' services: relay: image: chriswayg/tor-server init: true restart: always network_mode: host ## the ports are not needed with network_mode host #ports: #- "9001:9001" #- "9030:9030" #- "54444:54444" #- "7002:7002" environment: TOR_NICKNAME: centminer101 CONTACT_EMAIL: [email protected] volumes: ## mount and DataDirectory and custom torrc here - ./tor-data/:/var/lib/tor/ - ./torrc:/etc/tor/torrc ## alternatively mount previously saved identity keys here #- ./tests/tor-data/keys/secret_id_key:/var/lib/tor/keys/secret_id_key #- ./tests/tor-data/keys/ed25519_master_id_secret_key:/var/lib/tor/keys/secret_id_key
torrc
Sorry, something went wrong.
No branches or pull requests
./docker-compose.yml", line 14, column 7
The text was updated successfully, but these errors were encountered: