1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 00:09:53 +02:00

web-nginx: add basic healthcheck

This commit is contained in:
Andrew Dolgov 2021-12-07 17:19:48 +03:00
parent c91a00451c
commit 851db2c575

View file

@ -1,3 +1,5 @@
FROM nginx:alpine
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
COPY nginx.conf /etc/nginx/nginx.conf