change things
This commit is contained in:
parent
c076383970
commit
442da7b136
3 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM nginxproxy/nginx-proxy:latest
|
||||
|
||||
COPY config/vhost.d/* /etc/nginx/vhost.d/
|
||||
COPY config/conf.d/* /etc/nginx/conf.d/
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY 90-copy-files.sh /docker-entrypoint.d
|
||||
|
||||
COPY config/vhost.d /custom/vhost.d
|
||||
COPY config/conf.d /custom/conf.d
|
Reference in a new issue