mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +00:00
Work on acme.sh hander
and dns providers
This commit is contained in:
@@ -11,7 +11,8 @@ ENV GOPROXY=$GOPROXY \
|
||||
GOPRIVATE=$GOPRIVATE \
|
||||
S6_LOGGING=0 \
|
||||
SUPPRESS_NO_CONFIG_WARNING=1 \
|
||||
S6_FIX_ATTRS_HIDDEN=1
|
||||
S6_FIX_ATTRS_HIDDEN=1 \
|
||||
CERT_HOME=/data/acme/
|
||||
|
||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||
|
||||
|
@@ -23,6 +23,12 @@ services:
|
||||
- ./rootfs/var/www/html:/var/www/html
|
||||
- ../data:/data
|
||||
working_dir: /app
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- website1.internal
|
||||
- website2.internal
|
||||
- website3.internal
|
||||
|
||||
stepca:
|
||||
image: nginxproxymanager/testca
|
||||
|
@@ -18,7 +18,7 @@ mkdir -p /tmp/nginx/body \
|
||||
/var/lib/nginx/cache/public \
|
||||
/var/lib/nginx/cache/private \
|
||||
/var/cache/nginx/proxy_temp \
|
||||
/data/acme
|
||||
/data/acme/wellknown
|
||||
|
||||
touch /var/log/nginx/error.log && chmod 777 /var/log/nginx/error.log && chmod -R 777 /var/cache/nginx
|
||||
|
||||
|
Reference in New Issue
Block a user