Remove uneeded command and switch to images for TOR (#9438)
parent
92daf7cd37
commit
90398b9d00
|
@ -88,14 +88,13 @@ services:
|
||||||
## http_proxy=http://privoxy:8118
|
## http_proxy=http://privoxy:8118
|
||||||
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
||||||
# tor:
|
# tor:
|
||||||
# build: https://github.com/usbsnowcrash/docker-tor.git
|
# image: sirboops/tor
|
||||||
# networks:
|
# networks:
|
||||||
# - external_network
|
# - external_network
|
||||||
# - internal_network
|
# - internal_network
|
||||||
#
|
#
|
||||||
# privoxy:
|
# privoxy:
|
||||||
# build: https://github.com/usbsnowcrash/docker-privoxy.git
|
# image: sirboops/privoxy
|
||||||
# command: /opt/sbin/privoxy --no-daemon --user privoxy.privoxy /opt/config
|
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./priv-config:/opt/config
|
# - ./priv-config:/opt/config
|
||||||
# networks:
|
# networks:
|
||||||
|
|
Reference in New Issue