mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-25 11:22:23 +00:00
Fix typo, add test for v2 secret key in env, fix docker build scripts
This commit is contained in:
parent
b0564669ac
commit
5ae69fe761
13 changed files with 108 additions and 18 deletions
|
@ -4,7 +4,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
tor:
|
||||
image: goldy/tor-hidden-service:$TOR_VERSION
|
||||
image: goldy/tor-hidden-service:$CUR_TAG
|
||||
links:
|
||||
- hello
|
||||
- world
|
||||
|
@ -13,7 +13,7 @@ services:
|
|||
# Set mapping ports
|
||||
HELLO_TOR_SERVICE_HOSTS: 80:hello:80,800:hello:80,8888:hello:80
|
||||
# Set private key
|
||||
HELLO_TOR_SERVIVE_KEY: |
|
||||
HELLO_TOR_SERVICE_KEY: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIICXQIBAAKBgQDR8TdQF9fDlGhy1SMgfhMBi9TaFeD12/FK27TZE/tYGhxXvs1C
|
||||
NmFJy1hjVxspF5unmUsCk0yEsvEdcAdp17Vynz6W41VdinETU9yXHlUJ6NyI32AH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue