Browse Source
Merge branch 'feature/expose-tor'
feature/more-args
nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
3 additions and
0 deletions
-
docker-compose-generator/docker-fragments/opt-add-tor.yml
|
|
@ -25,6 +25,9 @@ services: |
|
|
|
|
|
|
|
bitcoind: |
|
|
|
environment: |
|
|
|
HIDDENSERVICE_NAME: BTC-P2P |
|
|
|
HIDDENSERVICE_VIRTUAL_PORT: 8333 |
|
|
|
HIDDENSERVICE_PORT: 39388 |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
onion=tor:9050 |
|
|
|
volumes: |
|
|
|