1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 20:19:52 +02:00
ttrss-docker-compose/web-nginx/Dockerfile

6 lines
130 B
Text
Raw Normal View History

FROM nginx:alpine
2021-12-07 17:19:48 +03:00
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
COPY nginx.conf /etc/nginx/nginx.conf