docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable
This commit is contained in:
commit
96961f23f5
268 changed files with 24161 additions and 0 deletions
10
configs/tor/Containerfile
Normal file
10
configs/tor/Containerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM docker.io/library/debian:bookworm-slim
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends tor nyx ca-certificates tor-geoipdb \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir -p /var/lib/tor /var/log/tor \
|
||||
&& chown -R debian-tor:debian-tor /var/lib/tor /var/log/tor
|
||||
EXPOSE 8080 9051
|
||||
ENTRYPOINT ["/usr/bin/tor"]
|
||||
CMD ["-f", "/etc/tor/torrc", "--runasdaemon", "0"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue