Commit graph

2 commits

Author SHA1 Message Date
raldone01
396a23d275 Suppress error warnings to ensure builds succeed.
Fix `nprocs` should be `nproc`.
Update urls for the version scripts to point to the new gitlab instance of the torproject.
2025-01-08 22:49:02 +01:00
Andreas Schildbach
83d59f7ff0 Dockerfile: Add torsocks binary.
This has two purposes:
1) The 'torify' wrapper is already included, and it needs torsocks.
2) Use torsocks for health checking your onion service like this:

healthcheck:
  test: ["CMD-SHELL", "torsocks nc -z <onion address> <port> || exit 1"]
  interval: 2m
2020-12-06 01:09:47 +01:00