Use alpine and build tor from source
This commit is contained in:
parent
5463744e49
commit
38ba81f386
8 changed files with 71 additions and 23 deletions
|
|
@ -1,7 +1,7 @@
|
|||
command: tor
|
||||
|
||||
user: debian-tor
|
||||
group: debian-tor
|
||||
user: tor
|
||||
group: tor
|
||||
|
||||
secret_env:
|
||||
- '*_KEY'
|
||||
|
|
@ -11,8 +11,8 @@ pre_conf_commands:
|
|||
- onions --setup-hosts
|
||||
|
||||
post_conf_commands:
|
||||
- timeout 3s tor > /dev/null || true
|
||||
- timeout -t 3 tor > /dev/null || true
|
||||
- onions
|
||||
- chown -R debian-tor:debian-tor $HOME
|
||||
- chown -R tor:tor $HOME
|
||||
|
||||
debug: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue