v3.5.0.GA
This commit is contained in:
9
docker/docker-nginx/Dockerfile
Normal file
9
docker/docker-nginx/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
#MaxKey nginx Proxy Docker Build
|
||||
|
||||
FROM nginx
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
||||
#CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user