mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-25 11:22:23 +00:00
21 lines
247 B
YAML
21 lines
247 B
YAML
command: tor
|
|
|
|
user: tor
|
|
group: tor
|
|
|
|
secret_env:
|
|
- '*_KEY'
|
|
- '*_PORTS'
|
|
|
|
pre_conf_commands:
|
|
- onions --setup-hosts
|
|
|
|
post_conf_commands:
|
|
- onions
|
|
- chown -R tor:tor $HOME
|
|
|
|
reload:
|
|
files:
|
|
- /etc/tor/torrc
|
|
|
|
debug: false
|