mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
Update Dockerfile
This commit is contained in:
parent
c07d492543
commit
e5a264556c
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ FROM jc21/nginx-proxy-manager:2.11.3
|
|||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="2.11.3-rc1"
|
||||
|
||||
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
|
||||
|
@ -33,4 +32,4 @@ RUN proxy_line=("proxy_set_header Upgrade \$http_upgrade;" "proxy_set_header Con
|
|||
fi; \
|
||||
done
|
||||
|
||||
ENTRYPOINT [ "/app/init_nginx.sh" ]
|
||||
ENTRYPOINT [ "/app/init_nginx.sh" ]
|
||||
|
|
Loading…
Reference in a new issue