mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
proxy
This commit is contained in:
parent
ff2bf71946
commit
fa95f84b69
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ FROM jc21/nginx-proxy-manager:2.11.3
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="2.11.3-rc1"
|
LABEL version="2.11.3-rc1"
|
||||||
|
|
||||||
RUN ls -l /data
|
RUN mkdir -p /data/nginx/custom
|
||||||
RUN mkdir /data/nginx/custom
|
|
||||||
COPY ./config/http.conf /data/nginx/custom/http.conf
|
COPY ./config/http.conf /data/nginx/custom/http.conf
|
||||||
COPY ./config/initproxy.conf /data/nginx/default_host/initproxy.conf
|
COPY ./config/initproxy.conf /data/nginx/default_host/initproxy.conf
|
||||||
COPY ./init_nginx.sh /app/init_nginx.sh
|
COPY ./init_nginx.sh /app/init_nginx.sh
|
||||||
|
|
Loading…
Reference in a new issue