feat: add lidarr_dev stack and update README templates

This commit is contained in:
2026-07-02 21:08:11 -07:00
parent 09e133cec2
commit d3b7ac59fd
5 changed files with 131 additions and 21 deletions
+15
View File
@@ -5,6 +5,21 @@
A short 1--3 sentence description of what this Docker Compose project
does.
## Getting Started
1. Start the container: `docker compose up -d`
2. Open http://localhost:[PORT] in your browser
3. Follow the initial setup wizard to configure the application
## Docker Run
```bash
docker run -d \
--name=[SERVICE_NAME] \
# ...env vars, ports, volumes...
[IMAGE_NAME]
```
## Project Details
- **Project Repository:** [Link](https://example.com)