Hi,
To troubleshoot it, connect to the nginx and run the healthcheck as defined in the docker-compose
nc -z localhost 443 || exit 1
by starting to test the left part
nc -z localhost 443
on my stack it doesn't return anything and it is shown as healthy
# nc -z localhost 443 || exit 1
# nc -z localhost 443