Skip to content

Commit

Permalink
proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Nov 20, 2024
1 parent fa95f84 commit c07d492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ FROM jc21/nginx-proxy-manager:2.11.3
LABEL maintainer="Websoft9<[email protected]>"
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
Expand Down

0 comments on commit c07d492

Please sign in to comment.