WantACookie

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by WantACookie

  1. Hey I know this thread is pretty old, but I was having the same issues and I just solved in. If you click on the docker for Nextcloud in unRAID, click show more settings, and change the appdata location from /mnt/user/system/appdata/nextcloud to /mnt/cache/system/appdata/nextcloud it fixed my issue. Worth a try.
  2. August 21st will mark 1 year since my purchase of a Pro license. After fiddling around with Windows Storage Spaces, ZoL, FreeNAS, and various other configurations, I finally decided to give unRAID a try. I am happy I did. Trying to get all my services to work nicely, while keeping some sort of data protection was key. unRAID just WORKS, period. I only have to login every couple days to update my Dockers and check operation. Couldn't be happier with my setup. I now spend my time on Reddit trying to talk people in my situation into giving unRAID a go.
  3. Thanks for the help. I just checked that out and it's already set to my specified port. But still shows 6881 in the port mappings. This is really driving me insane.
  4. No need to apologize, I appreciate the help. I need to figure out a solution to this. It's not that I'm limiting bandwidth, I'm just using pfsense to route all traffic for a specific IP through my VPN. So the qBittorrent docker needs to be on a separate IP, but also use the port I want. Is there any way I can achieve this?
  5. Oh I did not know that's how it should be done. I wanted all my Dockers on separate IPs and separate NICs so I have them all set up as custom. If I set them all to BRIDGE they will all have the same IP as the machine itself? Thanks for your help.
  6. Thanks for the help. I'm new to unRAID and Docker in general, could you explain how I change the port on the host side?
  7. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='qBittorrent' --net='eth1' --ip='192.168.0.13' -e TZ="America/New_York" -e HOST_OS="unRAID" -e 'TCP_PORT_6881'='16830' -e 'UDP_PORT_6881'='16830' -e 'TCP_PORT_8080'='8080' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/Media/':'/downloads':'rw' -v '/mnt/user/system/appdata/qbittorrent':'/config':'rw' 'linuxserver/qbittorrent'
  8. Hey guys. I'm having an issue getting port mappings to work properly. I have my pfsense box routing all traffic through my VPN service based on IP, however my VPN only forwards a specific port for me and it's not the default 6881. If I change the port in the docker settings from 6881 to the port I need it to run on, when the docker starts, the port mappings still show 6881 as the port. Can't figure out how to change this. Any help would be appreciated. Thanks!