Restarting Computer Bug

# Restart the Xibo Docker containers. 
# This can be run via Task Scheduler to create a work around for the issue described here:
# https://xibo.org.uk/manual/en/install_docker_win10_64bit.html#special_considerations

# The Start-Sleep might not be necessary
Start-Sleep -Seconds 120
cd D:\xibo\xibo-docker-1.8.9
docker-compose stop
docker-compose start

We created a Powershell script with this which is run when the computer starts with Task Scheduler