mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
w9proxy image
This commit is contained in:
parent
2375e20b2e
commit
b8c7428c93
10
docker/w9proxy/Dockerfile
Normal file
10
docker/w9proxy/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM jc21/nginx-proxy-manager:2.10.3
|
||||
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="2.10.3"
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
COPY user.sh /user.sh
|
||||
COPY initproxy.conf /data/nginx/proxy_host
|
||||
RUN chmod +x /user.sh
|
||||
CMD ["/user.sh"]
|
5
docker/w9proxy/user.sh
Normal file
5
docker/w9proxy/user.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||
export PATH
|
||||
|
||||
echo "Start to change nginxproxymanage users"
|
Loading…
Reference in New Issue
Block a user