web-nginx: add basic healthcheck
parent
e54f01df47
commit
f274e030ef
@ -1,3 +1,5 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue