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.
1 parent 61a21ac commit de68fdfCopy full SHA for de68fdf
rootfs/etc/cont-init.d/nginx-proxy-manager.sh
@@ -73,4 +73,7 @@ echo resolver "$(awk 'BEGIN{ORS=" "} $1=="nameserver" { sub(/%.*$/,"",$2); print
73
# Take ownership of the config directory content.
74
find /config -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
75
76
+# Take ownership of logs folder.
77
+find /var/log -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
78
+
79
# vim:ft=sh:ts=4:sw=4:et:sts=4
0 commit comments