September 24, 20214 yr 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. Edited September 25, 20214 yr by icedfusion add solved tag
September 24, 20214 yr You have to add a tag after the repository when editing the template eg: linuxserver/habridge:v5.4.0-ls79 https://hub.docker.com/r/linuxserver/habridge/tags
September 24, 20214 yr There are individual threads on this forum specifically for each container, you can easily find it by clicking on the container's icon on the dashboard and selecting the support option. Once there, click on the "docker hub" link, then click on the "Tags" tab. This brings you to a list of available builds. Once you find the one you want, follow @Squid's directions.
September 24, 20214 yr Author Thank you very much - didn't even know you could even do those things with unraid/docker. Obtained close to the version I wanted and now everything works as expected! I should probably post my findings in the thread for habridge. Cheers ice.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.