mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-25 11:22:23 +00:00
14 lines
237 B
YAML
14 lines
237 B
YAML
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
|