bchinfoon

Members
  • Posts

    2
  • Joined

  • Last visited

bchinfoon's Achievements

Noob

Noob (1/14)

0

Reputation

  1. My apologies. I have xxxx'ed out the VPN user and pw for security purposes: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='xxxx' -e 'VPN_PASS'='xxxx' -e 'VPN_PROV'='pia' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/torrents/':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' 'binhex/arch-qbittorrentvpn' 05f8d53731e0b7cc26d8c8a369d4f096fb35eb8dbfa4812ec3ec891ef983bd59
  2. I'm fairly new to unraid and dockers. Everything works great including sonarr interaction, but whenever I have to reboot the server it seems that my preferences aren't saved. I have to go back into the docker and setup my incomplete/complete download locations again as well as the monitored folder I use to send .torrent files from other sources. Any ideas?