Help with error "HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1"

Hi, guys

When running the container I’m getting this error (step 2/3) while building web-nginx:

Building web-nginx
Sending build context to Docker daemon  4.096kB
Step 1/3 : FROM nginx:alpine
 ---> 3e98f343d9b2
Step 2/3 : HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
 ---> Using cache
 ---> a32f6ac3072b
Step 3/3 : COPY nginx.conf /etc/nginx/nginx.conf
 ---> Using cache
 ---> 3080f369a9c3
Successfully built 3080f369a9c3

Well, I think it might be that error, because I don’t see another one. But I cant log into my server.

Where should I start looking?

you can try docker manual, maybe it’ll help you understand the output you’re seeing on your screen.

locking this + 2 month probation for general stupidity.