Skip to content

Commit 33dbffb

Browse files
committed
Improve container startup time
See #2991 Removes uneeded file permission changes in rootfs certbot install. Tested installing custom DNS provider plugins for certbot, works correctly.
1 parent e08a4d4 commit 33dbffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
2424
chown -R "$PUID:$PGID" /etc/nginx/conf.d
2525

2626
# Prevents errors when installing python certbot plugins when non-root
27-
chown -R "$PUID:$PGID" /opt/certbot
27+
chown "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages/

0 commit comments

Comments
 (0)