mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 21:39:13 +00:00
Update pyentrypoint to 0.3.1
This commit is contained in:
parent
cb24563893
commit
a4d935a8b4
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
tor \
|
tor \
|
||||||
python3-pip
|
python3-pip
|
||||||
|
|
||||||
RUN pip3 install pyentrypoint==0.2.3
|
RUN pip3 install pyentrypoint==0.3.1
|
||||||
|
|
||||||
ADD assets/entrypoint-config.yml /
|
ADD assets/entrypoint-config.yml /
|
||||||
ADD assets/onions /usr/local/src/onions
|
ADD assets/onions /usr/local/src/onions
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# docker-compose.yml example
|
# docker-compose.yml example
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
image: goldy/tor-hidden-service
|
# image: goldy/tor-hidden-service
|
||||||
# build: .
|
build: .
|
||||||
links:
|
links:
|
||||||
- hello
|
- hello
|
||||||
- world
|
- world
|
||||||
|
|
Loading…
Add table
Reference in a new issue