formatting

This commit is contained in:
poma 2020-05-24 02:47:42 +03:00
parent 53bda37188
commit 20dfc57806
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -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-----