How to downgrade
If a downgrade from the latest image is needed please use the following steps:
-
SSH to the host instance
-
Run
docker image lsto list all previous docker images -

Copy to clipboard the
IMAGE IDof the desired container image. If no previous images are present please contact [email protected] and we will assist with next steps. -
Find the docker-compose.yml file. This should be in the following location:
/home/your_user. If you cannot find the docker-compose.yml please use the following guide to obtain it https://docs.transcoder.comprimato.com/v1.15.5/docs/run-docker-container -
Edit the docker-compose.yml in your chosen text editor. Replace
image: "comprimato/live-transcoder:latest"with theIMAGE IDyou copied earlier i.e.image: "IMAGE ID" -
Save the changes to the docker-compose.yml
-
Run
docker-compose up -d. This will compose Live Transcoder container from theIMAGE IDyou selected. -

-
Verify the build version using the web UI > Setup > System Information

Updated 6 months ago
