mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-24 15:56:05 +00:00
14 lines
217 B
YAML
14 lines
217 B
YAML
command: tor
|
|
|
|
user: debian-tor
|
|
group: debian-tor
|
|
|
|
config_files:
|
|
- /etc/tor/torrc
|
|
|
|
post_conf_commands:
|
|
- timeout 3s tor > /dev/null || true
|
|
- onions
|
|
- chown -R debian-tor:debian-tor $HOME
|
|
|
|
debug: false
|