1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-10 03:19:58 +02:00

Update page 'Home'

fox 2020-01-23 04:57:23 +00:00
parent 047d172949
commit 3601bc8b24

@ -12,9 +12,9 @@ See [TODO](wiki/TODO).
See this thread https://community.tt-rss.org/t/cant-install-ttrss-on-a-raspberry-pi-4-with-docker/3135 See this thread https://community.tt-rss.org/t/cant-install-ttrss-on-a-raspberry-pi-4-with-docker/3135
TLDR: Either Caddy container with ``jessestuart/caddy`` (note that it has Caddy telemetry enabled) or use nginx as a web frontend instead: 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 FROM nginx:alpine
@ -22,7 +22,7 @@ FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
``` ```
(web/nginx.conf) ``web/nginx.conf``:
``` ```
worker_processes auto; worker_processes auto;