2024-08-22, 05:18 PM
"docker rm jellyfin" is the part that removes the image used to create the jellyfin container. This forces docker to actually check for the latest jellyfin image and pull it down.
Alternatively, if you're able to use docker compose the "--force-recreate" flag will do the same thing.
Alternatively, if you're able to use docker compose the "--force-recreate" flag will do the same thing.