Using pyentrypoint
This commit is contained in:
parent
7f16f43cdf
commit
ccfdb851cc
8 changed files with 59 additions and 93 deletions
14
assets/entrypoint-config.yml
Normal file
14
assets/entrypoint-config.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
command: tor
|
||||
|
||||
user: debian-tor
|
||||
group: debian-tor
|
||||
|
||||
config_files:
|
||||
- /etc/tor/torrc
|
||||
|
||||
post_conf_commands:
|
||||
- timeout 3s tor > /dev/null || true
|
||||
- python3 /display_onions.py
|
||||
- chown -R debian-tor:debian-tor $HOME
|
||||
|
||||
debug: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue