Skip to content

Commit ea9ff8a

Browse files
authored
chore: Update README.md
fix #24
1 parent 6f2159c commit ea9ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chevereto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker exec -it chevereto bash
2424
# fixing permissions to www-data
2525
mkdir -p /var/www/html/images/_assets
2626
chown -R www-data:www-data /var/www/html/images/*
27-
chmod -R 777 /var/www/html/images/*
27+
chmod -R 775 /var/www/html/images/*
2828
````
2929
No container restart necessary. The web application should now work flawlessly.
3030

0 commit comments

Comments
 (0)