mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 17:09:52 +02:00
4 lines
57 B
Text
4 lines
57 B
Text
|
FROM nginx:alpine
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|