diff --git a/build/tor/Dockerfile b/build/tor/Dockerfile deleted file mode 100644 index 14077db..0000000 --- a/build/tor/Dockerfile +++ /dev/null @@ -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"] diff --git a/docker-compose.yml b/docker-compose.yml index aadd61d..afbbf3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ x-utility: &default-utility services: tor: - build: ${PWD}/build/tor/ + image: getumbrel/tor:v0.4.1.9 restart: on-failure logging: *default-logging volumes: