feat: added uploads volume for images upload

This commit is contained in:
190km 2025-02-26 22:36:03 +01:00 committed by GitHub
parent 0a6382a731
commit 5aff345aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,11 @@ services:
- setup
volumes:
- ../files/config.toml:/listmonk/config.toml
- type: volume
source: listmonk-uploads
target: /listmonk/uploads
volumes:
listmonk-uploads:
listmonk-data:
driver: local