Good day!
New to unraid and thanks to all the docs/videos I am very pleased with my unraid setup. I have installed my docker apps but one of them does not work correctly - I have found out that the 'latest ' version has updates to it which cause it to not work correctly.
My question is, how do I change the version of the app that is installed via the docker container?
The app I am installing is from this repository:
linuxserver/habridge
I am assuming I can do this on the command line (no option via the gui) and have to add some version parameter to this (I am wanting version 5.3.1):
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='habridge2' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'TCP_PORT_8781'='8781' -e 'TCP_PORT_50000'='50000' -e 'SEC_KEY'='' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/habridge':'/config':'rw' 'linuxserver/habridge'
Dockers are new to me too so any help greatly appreciated.
Cheers
ice.