mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-31 11:52:15 +00:00
Add support for docker-compose v2 and private keys
This commit is contained in:
parent
dc821c284a
commit
4615d83430
7 changed files with 210 additions and 17 deletions
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
tor \
|
||||
python3-pip
|
||||
|
||||
RUN pip3 install pyentrypoint==0.3.7
|
||||
RUN pip3 install pyentrypoint==0.3.8
|
||||
|
||||
ADD assets/entrypoint-config.yml /
|
||||
ADD assets/onions /usr/local/src/onions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue