--- name: Bug Report about: Report a bug or issue with a service title: '[BUG] ' labels: 'bug' assignees: '' --- ## Bug Description ## Service Affected **Service Name:** **Service Location:** (e.g., compose/media/frontend/jellyfin) ## Steps to Reproduce 1. 2. 3. ## Expected Behavior ## Actual Behavior ## Logs ``` # Paste relevant logs here # docker compose logs [service] ``` ## Environment - Docker version: - Docker Compose version: - Host OS: ## Configuration **compose.yaml:** ```yaml # Paste relevant parts of your compose file ``` **.env (sanitized):** ```bash # Paste relevant environment variables (remove passwords!) ``` ## Additional Context ## Possible Solution