Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
164 B
9 lines
164 B
2 years ago
|
FROM alpine:latest
|
||
|
|
||
|
# 9050 SOCKS port
|
||
|
# 9051 control port
|
||
|
# 5353 DNS port
|
||
|
EXPOSE 9050 9051 5353
|
||
|
RUN apk add --no-cache tor
|
||
|
CMD tor -f /etc/tor/torrc
|