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