kurdy34

Members
  • Posts

    1
  • Joined

  • Last visited

kurdy34's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I tried to install this container but it seems to be unaccessible from the outside, when i try to connect on X.X.X.X:8112 (of course i use my public IP) i get an "ERR_CONNECTION_TIMED_OUT" i tried a netstat on the container and i find my IP whith SYN_RECV state. My docker-compose is: version: "3.7" services: deluge: image: binhex/arch-delugevpn:latest container_name: deluge restart: always cap_add: - NET_ADMIN ports: - 8112:8112 - 8118:8118 - 58846:58846 - 58946:58946 environment: - PUID=1000 - PGID=1000 - VPN_ENABLED=yes - VPN_PROV=custom - VPN_USER=XXXX - VPN_PASS=XXXX - ENABLE_PRIVOXY=yes - LAN_NETWORK=XXX/X - NAME_SERVERS=XXX,XXX - UMASK=000 - DEBUG=false volumes: - /mnt/deluge/config:/config - /mnt/deluge/downloads:/data - /etc/localtime:/etc/localtime:ro (i don't have 'X's in my real file) if i set the VPN_ENABLED to ‘no’ it works. With VPN Enabled, The connection seems to be ok (I get my VPN provider’s IP) but it breaks the webui...