aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-10 13:33:46 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-10 13:33:46 +0000
commit4fb97347775f483958218524b98859fdfbfcb9b4 (patch)
tree7fe75657713c03a168f89536db53753205d81386 /services
parentupdates (diff)
downloadscripts-4fb97347775f483958218524b98859fdfbfcb9b4.tar.gz
scripts-4fb97347775f483958218524b98859fdfbfcb9b4.zip
updates
Diffstat (limited to 'services')
-rwxr-xr-xservices/docker/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/docker/run b/services/docker/run
index 77eff1a..9f41200 100755
--- a/services/docker/run
+++ b/services/docker/run
@@ -6,4 +6,4 @@ mountpoint -q /sys/fs/cgroup/systemd || {
mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd;
}
#exec env HTTP_PROXY="http://127.0.0.1:9999" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1
-exec env NO_PROXY="localhost,127.0.0.1,192.168.1/24" HTTPS_PROXY="socks5://127.0.0.1:9996" HTTP_PROXY="socks5://127.0.0.1:9996" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1
+exec env NO_PROXY="localhost,127.0.0.1,192.168.1/24" HTTPS_PROXY="socks5://127.0.0.1:9995" HTTP_PROXY="socks5://127.0.0.1:9995" chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1