SnoringDragon / gluetun-qbittorrent-port-manager

Automatically updates the listening port for qbittorrent to the port forwarded by gluetun.
MIT License
68 stars 17 forks source link

i am facing this error #6

Open hinakhanvip1992 opened 2 months ago

hinakhanvip1992 commented 2 months ago

Couldn't find file /tmp/gluetun/forwarded_port

image

image

image

ErnToTo commented 1 month ago

Double check the volumes declarations in both containers and environment variables in qbit torrent port manager. For example (parts of my docker compose file):

# gluetun container
volumes:
  - $DOCKERDIR/appdata/gluetun/tmp:/tmp/gluetun

# qbit torrent port manager container
volumes:
  - $DOCKERDIR/appdata/gluetun/tmp:/tmp/gluetun
environment:
  PORT_FORWARDED: /tmp/gluetun/forwarded_port