mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
10 lines
316 B
Docker
10 lines
316 B
Docker
FROM jc21/nginx-proxy-manager:2.10.4
|
|
|
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
|
LABEL version="2.10.4"
|
|
|
|
RUN apt-get update && apt-get install -y curl jq
|
|
COPY ./config/initproxy.conf /data/nginx/proxy_host/
|
|
COPY ./s6/user/setup /etc/s6-overlay/s6-rc.d/user/setup
|
|
|
|
RUN chmod +x /etc/s6-overlay/s6-rc.d/user/setup |