Update README.md

This commit is contained in:
SergeantPanda 2025-04-09 08:42:59 -05:00 committed by GitHub
parent df862273d0
commit 929b4ddedd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ docker run -d \
| Use Case | File | Description |
|-------------------------|------------------------------------------------------------|-------------|
| **All-in-One Deployment** | [docker-compose.aio.yml](docker/docker-compose. aio.yml) | ⭐ Recommended! A simple, all-in-one solution — everything runs in a single container for quick setup. |
| **All-in-One Deployment** | [docker-compose.aio.yml](docker/docker-compose.aio.yml) | ⭐ Recommended! A simple, all-in-one solution — everything runs in a single container for quick setup. |
| **Modular Deployment** | [docker-compose.yml](docker/docker-compose.yml) | Separate containers for Dispatcharr, Celery, and Postgres — perfect if you want more granular control. |
| **Development Environment** | [docker-compose.dev.yml](docker/docker-compose.dev.yml) | Developer-friendly setup with pre-configured ports and settings for contributing and testing. |