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

add optional configuration for nginx frontend container

This commit is contained in:
Andrew Dolgov 2020-02-01 10:51:30 +03:00
parent 62f9b960ca
commit c5bd3c357e
3 changed files with 68 additions and 0 deletions

3
web-nginx/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf