mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-22 01:37:14 +01:00
formatting
This commit is contained in:
parent
53bda37188
commit
20dfc57806
@ -7,14 +7,13 @@ services:
|
|||||||
tor:
|
tor:
|
||||||
image: strm/tor
|
image: strm/tor
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on: [ web ]
|
||||||
- web
|
|
||||||
environment:
|
environment:
|
||||||
LISTEN_PORT: 80
|
LISTEN_PORT: 80
|
||||||
REDIRECT: web:80
|
REDIRECT: web:80
|
||||||
# Generate a new key with
|
# Generate a new key with
|
||||||
# docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^foo
|
# docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^foo
|
||||||
PRIVATE_KEY: |
|
PRIVATE_KEY: |
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
...
|
...
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END RSA PRIVATE KEY-----
|
Loading…
Reference in New Issue
Block a user