Great, so on docker you can pull release30 - it will say 3.0.2 but will contain all currently resolved 3.0.3 bugs:
- run docker-compose down if the containers are up
- Open the docker-compose.yml (or the cms_custom_ports.yml if you’re using that file to up your containers)
- Find the line under cms-web that specifies the docker image that is used to pull cms files, it should look like this : image: xibosignage/xibo-cms:release-3.0.1
- Change the image to release30 ie that line should be changed to:
image: xibosignage/xibo-cms:release30
and save the file
- run docker-compose pull
(wait for it to finish) then:
- run docker-compose up -d
Make sure you save a file after making a change and wait for the pull to finish.