Skip to content

Commit 459b7a2

Browse files
authored
Merge pull request #3361 from timob/improve-container-start
Improve container startup time
2 parents 9c813bc + 33dbffb commit 459b7a2

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)