Initial comit

This commit is contained in:
2022-12-07 21:40:25 -05:00
commit 924ae6ed02
4 changed files with 172 additions and 0 deletions

6
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM nginx:alpine
ADD nginx.conf /etc/nginx/nginx.conf
ADD wait-for /usr/bin
CMD ["/usr/bin/wait-for", "jackett:9117", "--","nginx", "-g", "daemon off;"]