custom image
This commit is contained in:
parent
2cd272215d
commit
40d013df56
5 changed files with 53 additions and 4 deletions
4
custom/reverseproxy/Dockerfile
Normal file
4
custom/reverseproxy/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginxproxy/nginx-proxy:latest
|
||||
|
||||
COPY config/vhost.d/* /etc/nginx/vhost.d/
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
Reference in a new issue