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

Update page 'Home'

fox 2020-01-23 05:11:09 +00:00
parent 57473a9e76
commit 9def817abe

@ -12,7 +12,7 @@ TLDR: Either replace web container image with ``jessestuart/caddy`` (note that i
#### ``web/Dockerfile``
```
```docker
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
@ -20,7 +20,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
#### ``web/nginx.conf``
```
```nginx
worker_processes auto;
pid /var/run/nginx.pid;