mirror of
https://github.com/cmehay/docker-tor-hidden-service
synced 2024-11-18 09:25:54 +00:00
24 lines
306 B
YAML
24 lines
306 B
YAML
command: tor
|
|
|
|
user: tor
|
|
group: tor
|
|
|
|
secret_env:
|
|
- '*_KEY'
|
|
- '*_PORTS'
|
|
- '*_SERVICE_NAME'
|
|
- '*_TOR_SERVICE_*'
|
|
|
|
pre_conf_commands:
|
|
- onions --setup-hosts
|
|
|
|
post_conf_commands:
|
|
- chmod -R 700 $HOME
|
|
- chown -R tor:tor $HOME
|
|
|
|
reload:
|
|
files:
|
|
- /etc/tor/torrc
|
|
|
|
debug: false
|