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:
2
arty.yml
2
arty.yml
@@ -159,7 +159,7 @@ envs:
|
|||||||
MEDIA_KOEL_TRAEFIK_HOST: koel.media.pivoine.art
|
MEDIA_KOEL_TRAEFIK_HOST: koel.media.pivoine.art
|
||||||
MEDIA_KOEL_DB_NAME: koel
|
MEDIA_KOEL_DB_NAME: koel
|
||||||
MEDIA_KOEL_DEBUG: false
|
MEDIA_KOEL_DEBUG: false
|
||||||
MEDIA_KOEL_MEMORY_LIMIT: 512M
|
MEDIA_KOEL_MEMORY_LIMIT: 512
|
||||||
MEDIA_KOEL_STREAMING_METHOD: x-sendfile
|
MEDIA_KOEL_STREAMING_METHOD: x-sendfile
|
||||||
# PairDrop
|
# PairDrop
|
||||||
DROP_TRAEFIK_ENABLED: true
|
DROP_TRAEFIK_ENABLED: true
|
||||||
|
|||||||
Reference in New Issue
Block a user