From 1bcbd803a3eeafbeed1338fae4e7dcea5cc5e9be Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 23 Jan 2020 04:57:46 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 6b25f52..af7a087 100644 --- a/Home.md +++ b/Home.md @@ -14,7 +14,7 @@ See this thread https://community.tt-rss.org/t/cant-install-ttrss-on-a-raspberry TLDR: Either replace web container image with ``jessestuart/caddy`` (note that it has Caddy telemetry enabled) or use nginx as a web frontend instead: -``web/Dockerfile``: +#### ``web/Dockerfile`` ``` FROM nginx:alpine @@ -22,7 +22,7 @@ FROM nginx:alpine COPY nginx.conf /etc/nginx/nginx.conf ``` -``web/nginx.conf``: +#### ``web/nginx.conf`` ``` worker_processes auto;