chore: Update README.md

fix #24
pull/26/head
LRVT 2024-11-02 14:08:15 +01:00 zatwierdzone przez GitHub
rodzic 6f2159c36c
commit ea9ff8a925
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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