Browse Source

Use Tor image

patch-1
Mayank 5 years ago
parent
commit
7512ccc2f0
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 10
      build/tor/Dockerfile
  2. 2
      docker-compose.yml

10
build/tor/Dockerfile

@ -1,10 +0,0 @@
FROM alpine:3.11
RUN apk add --no-cache tor
VOLUME /etc/tor/
VOLUME /var/lib/tor/
EXPOSE 9050 9051 29050 29051
ENTRYPOINT ["tor"]

2
docker-compose.yml

@ -11,7 +11,7 @@ x-utility: &default-utility
services: services:
tor: tor:
build: ${PWD}/build/tor/ image: getumbrel/tor:v0.4.1.9
restart: on-failure restart: on-failure
logging: *default-logging logging: *default-logging
volumes: volumes:

Loading…
Cancel
Save