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