New Docker containers that have the fix included are now live.
You will need to open your docker-compose.yml
or cms_custom-ports.yml
depending which one you are using.
Then edit this line:
change the release-1.8.8
to latest
ie that line should read
image: xibosignage/xibo-cms:latest
To pull the new containers you’d down the docker
docker-compose down
then run
docker-compose pull
docker-compose up -d
with the -f flag if you’re using a custom compose file (custom ports, remote mysql etc).
ie for example:
docker-compose -f cms_custom-ports.yml pull
docker-compose -f cms_custom-ports.yml up -d
Too all our Cloud Hosting users, this fix is already live in our Cloud.