docs: add legacy NumPy support instructions in docker-compose

This commit is contained in:
Patrick McDonagh 2026-02-17 09:50:50 -06:00
parent a52b3dfbe5
commit b1376386d5
No known key found for this signature in database

View file

@ -117,6 +117,11 @@ services:
# Process Priority Configuration (Optional)
#- CELERY_NICE_LEVEL=5 # Celery/EPG/Background tasks (default: 5, low priority; Range: -20 to 19)
# Legacy CPU Support (Optional)
# Uncomment to enable legacy NumPy build for older CPUs (circa 2009)
# that lack support for newer baseline CPU features:
#- USE_LEGACY_NUMPY=true
# Django Configuration
- DJANGO_SETTINGS_MODULE=dispatcharr.settings
- PYTHONUNBUFFERED=1