📋 Found CHANGELOG.md - extracting release notes...
✅ Using changelog entries for v1.7.5
Composr v1.7.5
🚀 Container Management Platform
- Fixed critical bug where Docker hosts were not persisting across container restarts
- Fixed HostManager to properly use METADATA_DIR environment variable
🐳 Docker Images
docker pull vansmak/composr:1.7.5
docker pull vansmak/composr:latest
🔧 Supported Platforms
- linux/amd64
- linux/arm64
- linux/arm/v7
📦 Installation
docker run -d \
--name composr \
-p 5003:5003 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /path/to/docker/projects:/app/projects \
-v /path/to/config/composr:/app/data \
vansmak/composr:1.7.5
✨ Core Features
- Multi-host Docker container management
- Real-time container monitoring and control
- Docker Compose file editor with syntax highlighting
- Environment file management
- Image management across multiple hosts
- Backup and restore functionality
- Modern web interface with dark/light themes