Open chrisdrackett opened 1 month ago
image: haugene/transmission-openvpn container_name: transmission cap_add: - NET_ADMIN volumes: - /volume1/docker/transmission/proton:/etc/openvpn/custom/ - /volume2/downloads:/data - /volume1/docker/transmission/config:/config' environment: - OPENVPN_PROVIDER=custom - OPENVPN_CONFIG=us-az-106.protonvpn.udp - OPENVPN_USERNAME=… - OPENVPN_PASSWORD=… - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 - LOCAL_NETWORK=192.168.0.0/16 - TRANSMISSION_WEB_UI=transmissionic - TZ=US - PGID=100 - PUID=1036 - LOG_TO_STDOUT=true
I'm seeing the following in the logs:
where it'll find a port and its open, then immediately set another port. At this point it will try and fail to find the new port open 50 times.
When it finds an open port stick to it for more than a second
I've reviewed the script, but I'm not an expert on any of this.
posted in current behavior
- OS: - Docker:
No response
Is there a pinned issue for this?
Is there an existing or similar issue for this?
Is there any comment in the documentation for this?
Is this related to the container/transmission?
Are you using the latest release?
Have you tried using the dev branch latest?
Config used
Current Behavior
I'm seeing the following in the logs:
where it'll find a port and its open, then immediately set another port. At this point it will try and fail to find the new port open 50 times.
Expected Behavior
When it finds an open port stick to it for more than a second
How have you tried to solve the problem?
I've reviewed the script, but I'm not an expert on any of this.
Log output
posted in current behavior
Environment
Anything else?
No response