Initial comit
This commit is contained in:
6
nginx/Dockerfile
Normal file
6
nginx/Dockerfile
Normal 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;"]
|
||||
Reference in New Issue
Block a user