mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-09 19:10:01 +02:00
Update page 'Home'
parent
3601bc8b24
commit
1bcbd803a3
1 changed files with 2 additions and 2 deletions
4
Home.md
4
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue