docker-tor-hidden-service/assets/entrypoint-config.yml

15 lines
237 B
YAML
Raw Normal View History

2016-03-07 03:43:12 +01:00
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