mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 00:52:28 +00:00
Improve container startup time
See https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2991 Removes uneeded file permission changes in rootfs certbot install. Tested installing custom DNS provider plugins for certbot, works correctly.
This commit is contained in:
parent
e08a4d4490
commit
33dbffb974
@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
|
|||||||
chown -R "$PUID:$PGID" /etc/nginx/conf.d
|
chown -R "$PUID:$PGID" /etc/nginx/conf.d
|
||||||
|
|
||||||
# Prevents errors when installing python certbot plugins when non-root
|
# Prevents errors when installing python certbot plugins when non-root
|
||||||
chown -R "$PUID:$PGID" /opt/certbot
|
chown "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user