Glad it’s working now @undertakerjimmy !
To update the Emby Rock-on, you can follow the instructions on the docker hub page.
https://hub.docker.com/r/emby/embyserver
Personally, I do it manually on the command line with the following:
``` docker exec embyserver update`
Contrary to what is mentioned on the page I linked above, the name of my docker image is embyserver
and not emby-server
but you can doublecheck that by running docker ps
on your own machine.
Depending on the update and hardware, it can take up to several minutes but it works.
Hope this helps!