Skip to content
New issue

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 #3

Open
jaidetura55 opened this issue Aug 2, 2020 · 1 comment
Open

./docker-compose.yml", line 14, column 7 #3

jaidetura55 opened this issue Aug 2, 2020 · 1 comment

Comments

@jaidetura55
Copy link

./docker-compose.yml", line 14, column 7

@jaidetura55
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant