We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c813bc + 33dbffb commit 459b7a2Copy full SHA for 459b7a2
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh
@@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
24
chown -R "$PUID:$PGID" /etc/nginx/conf.d
25
26
# Prevents errors when installing python certbot plugins when non-root
27
-chown -R "$PUID:$PGID" /opt/certbot
+chown "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages/
0 commit comments