We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2159c commit ea9ff8aCopy full SHA for ea9ff8a
examples/chevereto/README.md
@@ -24,7 +24,7 @@ docker exec -it chevereto bash
24
# fixing permissions to www-data
25
mkdir -p /var/www/html/images/_assets
26
chown -R www-data:www-data /var/www/html/images/*
27
-chmod -R 777 /var/www/html/images/*
+chmod -R 775 /var/www/html/images/*
28
````
29
No container restart necessary. The web application should now work flawlessly.
30
0 commit comments