mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 04:19:52 +02:00
add optional configuration for nginx frontend container
This commit is contained in:
parent
62f9b960ca
commit
c5bd3c357e
3 changed files with 68 additions and 0 deletions
3
web-nginx/Dockerfile
Normal file
3
web-nginx/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
Loading…
Add table
Add a link
Reference in a new issue