I installed Xibo on Windows using Docker and was accessing the server with no problem using localhost. I was attempting to set it up to access over the network. After a restart I can no longer access the server. I tried restarting using “cd /opt/xibo/” then “docker-compose up -d” as was suggested in another post. Below is the result, which suggests it is already running.
xibo_cms-memcached_1 is up-to-date
Starting xibo_cms-web_1 …
Starting xibo_cms-xmr_1 …
xibo_cms-db_1 is up-to-date
Starting xibo_cms-web_1 … error
WARNING: Host is already in use by another container
Why is the server not accessible now?
Thanks