Hi Experts,
I followed this link exactly:
in Ubuntu 20.04LTS (fresh ubuntu with docker and docker-compose, nothing else).
I filled ‘VIRTUAL_HOST=’, ‘LETSENCRYPT_HOST=’, ‘LETSENCRYPT_EMAIL=’, ‘MYSQL_ROOT_PASSWORD=’, in docker-compose.yml. Also fields in db.env.
Then run docker-compose build --pull
.
docker-compose up -d
Installation went ok.
But when I browse https://127.0.0.1, I got site un-safe, hit continue the I got:
503 Service Temporarily Unavailable
Tried from internet with Chrome, got NET::ERR_CERT_AUTHORITY_INVALID. Tried ssltest, it said my domain name not in the certificate.
I did get the in-secure one working though.
What am I missing please? Thanks a lot.