chore: Update README.md

fix #24
This commit is contained in:
LRVT 2024-11-02 14:08:15 +01:00 committed by GitHub
parent 6f2159c36c
commit ea9ff8a925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.