fix: correct Koel memory limit value

Remove 'M' suffix from MEDIA_KOEL_MEMORY_LIMIT as Koel appends it automatically, causing "512MM" error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 06:30:18 +01:00
parent fd059dbbb5
commit 9cdc6ee409

View File

@@ -159,7 +159,7 @@ envs:
MEDIA_KOEL_TRAEFIK_HOST: koel.media.pivoine.art
MEDIA_KOEL_DB_NAME: koel
MEDIA_KOEL_DEBUG: false
MEDIA_KOEL_MEMORY_LIMIT: 512M
MEDIA_KOEL_MEMORY_LIMIT: 512
MEDIA_KOEL_STREAMING_METHOD: x-sendfile
# PairDrop
DROP_TRAEFIK_ENABLED: true