Open linonetwo opened 1 year ago
Maybe socks5 is OK. raw.githubusercontent.com
error is caused by DNS pollusion. Adding hosts to docker config solves this:
raw.githubusercontent.com:151.101.76.133
but I'm not sure if socks5 is working, because loading things in sources is very slow.
Adding a export http_proxy=http://host.docker.internal:1080
into D:/Tachidesk-Comic/proxy.sh
and bind volume to /home/suwayomi/.local/share/Tachidesk
and modify CMD to
CMD | /bin/sh /home/suwayomi/startup/startup_script.sh /home/suwayomi/.local/share/Tachidesk/proxy.sh
seem to work.
In https://github.com/Suwayomi/docker-tachidesk/issues/59 , I tried both one, and still getting
in the log.
And it is hard to say if this config is really working.