several bugfixes

This commit is contained in:
2024-04-10 13:04:37 -04:00
parent 72d2850e83
commit a238ad3b7f
8 changed files with 22 additions and 11 deletions

View File

@@ -33,6 +33,11 @@ I actually don't know what i want to implement here. There are quite to many CMS
1. `docker-compose build`
2. `docker-compose up`
3. Open the webapp in your browser and follow the installation guide
3a. Since the docker runs as user www-data (33), the following permissions are recommended and at least necessary for the installation process:
```
chown -R :33 .
chmod -R 775 .
```
### Afterwards