From ea9ff8a9255d2de1504fcdd4baf598179c9c358a Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:08:15 +0100 Subject: [PATCH] chore: Update README.md fix #24 --- examples/chevereto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chevereto/README.md b/examples/chevereto/README.md index fd5d967..cc57664 100644 --- a/examples/chevereto/README.md +++ b/examples/chevereto/README.md @@ -24,7 +24,7 @@ docker exec -it chevereto bash # fixing permissions to www-data mkdir -p /var/www/html/images/_assets chown -R www-data:www-data /var/www/html/images/* -chmod -R 777 /var/www/html/images/* +chmod -R 775 /var/www/html/images/* ```` No container restart necessary. The web application should now work flawlessly.