How do I update? I don't use Compose or Portainer. Would a version of the below work (a batch file I was given to update FastChannels):
docker container stop --timeout 30 fastchannels
docker container rm fastchannels
docker image rm ghcr.io/kineticman/fastchannels
docker run -d --name fastchannels --restart unless-stopped -p 5523:5523 -v fastchannels_data:/data ghcr.io/kineticman/fastchannels:latest
Would this work:
docker container stop --timeout 30 vlc-bridge-pbs
docker container rm vlc-bridge-pbs
docker image rm registry.gitlab.com/miibeez/vlc-bridge-pbs
docker run -d --restart unless-stopped --name VLC_Bridge_PBS -p 7777:7777 registry.gitlab.com/miibeez/vlc-bridge-pbs:latest
After doing this, do I have to re-do the various setups I've done in Channels to set location, map IDs to channels in the lineup, etc.?





