Skip to content

Composr v2.1.0

Latest

Choose a tag to compare

@Vansmak Vansmak released this 17 Jul 17:49

πŸ“‹ Found CHANGELOG.md - extracting release notes...
πŸ“‹ No changelog found - generating from git commits...
Generating changes since v2.1.0...

Composr v2.1.0

πŸš€ Container Management Platform

🐳 Docker Images

  • docker pull vansmak/composr:2.1.0
  • 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:2.1.0

✨ 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