first commit
This commit is contained in:
4
reverse-proxy/Dockerfile
Normal file
4
reverse-proxy/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:mainline
|
||||
COPY reverse-proxy/default.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user