Xibo on docker installation problem

Hello,

I have tray to install Xibo on Docker like in this link : https://xibo.org.uk/manual-tempel/fr/install_docker_win10_64bit.html

but localhost does not allow connection,
the firewall is disabled

Thank you in advance for your help

Could you please tell us if the /shared folder was created?

if you do the
docker ps
command does that show all containers to be up?

if you do
docker-compose logs
does that show any errors?

On windows the first start might take some significant time, assuming you didn’t forcefully aborted it, it might be just the case of waiting a bit longer

the /shared folder was created,the two commandes show me that all containers are up and this error cms-db_1 | 2018-06-27 10:08:33 1 [Warning] Insecure configuration for --pid-file: Location ‘/var/run/mysqld’ in the path is accessible to all OS users. Consider choosing a different directory.
cms-db_1 | 2018-06-27 10:08:33 1 [Warning] ‘proxies_priv’ entry ‘@ root@e00ccbc83d8a’ ignored in --skip-name-resolve mode.

Any help please

I just removed the nginx image because I had the doubt that it occupies port 80 and I have this new message: Fatal Error - sorry this shouldn’t happen. SQLSTATE[HY000] [1045] Access denied for user ‘cms’@‘172.18.0.4’ (using password: NO)

Do you have mysql password set in the config.env?

You will want to:

docker-compose down

delete the shared directory
correct config.env with a suitable password for MYSQL_PASSWORD

docker-compose up -d

i have set a mysql password in the config.env

and I execute your instuctions

but i still haven t acces to xibo :

localhost did not send any data.
ERR_EMPTY_RESPONSE

hello,

it works

it needed just a little bit of time

Thank you for your help