You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-tor-hidden-service/assets/entrypoint-config.yml

19 lines
245 B
YAML

command: tor
user: tor
group: tor
secret_env:
- '*_KEY'
- '*_PORTS'
pre_conf_commands:
- onions --setup-hosts
post_conf_commands:
- timeout -t 3 tor > /dev/null || true
- onions
- chown -R tor:tor $HOME
debug: false