mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 16:40:25 +00:00
proxy
This commit is contained in:
parent
bcb76af3b9
commit
ff2bf71946
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +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/nginx
|
RUN ls -l /data
|
||||||
RUN mkdir /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
|
||||||
|
|
Loading…
Reference in a new issue