Skip to content

Commit

Permalink
Merge pull request NginxProxyManager#3361 from timob/improve-containe…
Browse files Browse the repository at this point in the history
…r-start

Improve container startup time
  • Loading branch information
jc21 authored Jan 8, 2024
2 parents 9c813bc + 33dbffb commit 459b7a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
chown -R "$PUID:$PGID" /etc/nginx/conf.d

# 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/

0 comments on commit 459b7a2

Please sign in to comment.