Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 10, 2024
1 parent aa909e0 commit 6e00523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# modify time: 202411201008, you can modify here to trigger Docker Build action
# modify time: 202412101505, you can modify here to trigger Docker Build action
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager

FROM jc21/nginx-proxy-manager:2.11.3

LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="2.11.3"
LABEL version="2.11.3-rc6"

COPY README.md /data/nginx/README.md
RUN mkdir /data/nginx/custom
RUN mkdir -p /etc/websoft9
COPY ./config/http.conf /data/nginx/custom/http.conf
COPY ./config/initproxy.conf /etc/websoft9/initproxy.conf
COPY ./config/initproxy.conf /data/nginx/default_host/initproxy.conf
COPY ./init_nginx.sh /app/init_nginx.sh
RUN chmod +x /app/init_nginx.sh

Expand Down

0 comments on commit 6e00523

Please sign in to comment.