mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-09 10:59:59 +02:00
Update page 'Home'
parent
57473a9e76
commit
9def817abe
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -12,7 +12,7 @@ TLDR: Either replace web container image with ``jessestuart/caddy`` (note that i
|
||||||
|
|
||||||
#### ``web/Dockerfile``
|
#### ``web/Dockerfile``
|
||||||
|
|
||||||
```
|
```docker
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
@ -20,7 +20,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
#### ``web/nginx.conf``
|
#### ``web/nginx.conf``
|
||||||
|
|
||||||
```
|
```nginx
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue