My container is on version 5.1.2. It has shown "Update Available" for the last few weeks but every time I update it, it doesn't actually update. No errors shown on the update screen as it pulls everything. It runs entirely fine and works great, just never actually updates. Here is what's running after it successfully pulls the image. (some things redacted) docker create
--name='binhex-qbittorrentvpn'
--net='docker_network'
--pids-limit 2048
--privileged=true
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME=""
-e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
-e 'VPN_ENABLED'='yes'
-e 'VPN_USER'=''
-e 'VPN_PASS'=''
-e 'VPN_PROV'='custom'
-e 'VPN_CLIENT'='openvpn'
-e 'VPN_OPTIONS'=''
-e 'STRICT_PORT_FORWARD'='yes'
-e 'ENABLE_PRIVOXY'='no'
-e 'WEBUI_PORT'='8080'
-e 'LAN_NETWORK'=''
-e 'NAME_SERVERS'=''
-e 'VPN_INPUT_PORTS'=''
-e 'VPN_OUTPUT_PORTS'=''
-e 'DEBUG'='false'
-e 'UMASK'='000'
-e 'PUID'='99'
-e 'PGID'='100'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8080]/'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png'
-p '6881:6881/tcp'
-p '6881:6881/udp'
-p '8080:8080/tcp'
-p '8118:8118/tcp'
-v '/mnt/user/appdata/data':'/data':'rw'
-v '/mnt/user/data/downloads/':'/downloads':'rw'
-v '/mnt/user/data/torrents/':'/data/torrents/':'rw'
-v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
--sysctl="net.ipv4.conf.all.src_valid_mark=1"
--log-opt max-size=50m
--log-opt max-file=1 'binhex/arch-qbittorrentvpn:latest'
f572e76cb6c2e0abd23dd077a35c59d2d1dc199861f0fc2c255877c164a17d62
The command finished successfully!