Browse Source

Remove uneeded command and switch to images for TOR (#9438)

pull/4/head
Sir-Boops 5 years ago
committed by Eugen Rochko
parent
commit
90398b9d00
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      docker-compose.yml

+ 2
- 3
docker-compose.yml View File

@ -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
# command: /opt/sbin/privoxy --no-daemon --user privoxy.privoxy /opt/config
# image: sirboops/privoxy
# volumes: # volumes:
# - ./priv-config:/opt/config # - ./priv-config:/opt/config
# networks: # networks:

Loading…
Cancel
Save