Update configuration.md - update path due to recent install path change (#1581)

Since `&& cd listmonk` was added to the installation, this path is changed.
This commit is contained in:
MaximilianKohler 2023-11-11 07:02:40 -08:00 committed by GitHub
parent d439ecfd84
commit 4c8c19ebb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ To use the default `uploads` folder:
```yml
app:
volumes:
- ./listmonk/uploads:/listmonk/uploads
- ./uploads:/listmonk/uploads
```