You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
For a reason unknown tinyproxy doesn't start when I run the docker image.
docker exec openvpn-client3 ps aux shows that it runs the run-http-proxy.sh script, but tinyproxy itself isn't running. There's also no open port visible when doing docker exec openvpn-client3 netstat -anp.
When I do docker exec openvpn-client3 tinyproxy (after editing the tinyproxy config to accept all connections and use the right port), it does run tinyproxy and the VPN connection works.
Any idea how to figure out what's wrong? I have no experience with docker.
The text was updated successfully, but these errors were encountered:
For a reason unknown tinyproxy doesn't start when I run the docker image.
docker exec openvpn-client3 ps aux
shows that it runs therun-http-proxy.sh
script, but tinyproxy itself isn't running. There's also no open port visible when doingdocker exec openvpn-client3 netstat -anp
.When I do
docker exec openvpn-client3 tinyproxy
(after editing the tinyproxy config to accept all connections and use the right port), it does run tinyproxy and the VPN connection works.Any idea how to figure out what's wrong? I have no experience with docker.
The text was updated successfully, but these errors were encountered: