Docker image for HyperHDR, automatically built and published to Docker Hub whenever new releases are made upstream.
services:
hyperhdr:
image: ccmpbll/hyperhdr:latest
container_name: hyperhdr
network_mode: host
devices:
- /dev/video0:/dev/video0
environment:
- TZ=America/New_York
volumes:
- ./config:/config
restart: unless-stoppedTo pin a specific version, replace latest with any available tag:
image: ccmpbll/hyperhdr:22.0.0beta2| Tag | Description |
|---|---|
latest |
Latest stable release |
beta |
Latest beta release |
21.0.0.0 |
Specific stable version |
22.0.0beta2 |
Specific beta version |
All available tags can be found on Docker Hub.
| Port | Protocol | Description |
|---|---|---|
| 8090 | TCP | HTTP Web UI |
| 8092 | TCP | HTTPS Web UI |
| 19400 | TCP | Flatbuffers Server |
| 19444 | TCP | JSON Server |
| 19445 | TCP | Protocol Buffers Server |
| 19333 | TCP | Boblight Server |
| 5568 | UDP | UDP RAW Receiver |
linux/amd64linux/arm64
A GitHub Actions workflow checks for new HyperHDR releases daily and builds images for the 5 most recent versions (including betas). The latest tag always points to the newest stable release.