matterbridge 3.5.5-dev-20260220-779b495 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -50,7 +50,7 @@ These threads already run as a workers:
50
50
  - npm install;
51
51
  - ✅ check the global node_modules directory;
52
52
 
53
- ## [3.5.5] - Dev branch
53
+ ## [3.5.5] - 2026-02-20
54
54
 
55
55
  ### Breaking Changes
56
56
 
package/README-DOCKER.md CHANGED
@@ -37,7 +37,7 @@ The image (tag **s6-rc** 84 MB) includes only Matterbridge, using the latest rel
37
37
 
38
38
  ### Matterbridge docker base images
39
39
 
40
- The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest` -> Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24 (node doesn't publish node:24-ubuntu).
40
+ The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest`: Ubuntu 24.04.3 LTS (noble) with Node.js 24. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24 (node doesn't publish node:24-ubuntu).
41
41
 
42
42
  ### Docker health check
43
43
 
@@ -51,7 +51,7 @@ How health checks work in different scenarios:
51
51
  You can manually check the health status:
52
52
 
53
53
  ```bash
54
- docker exec -it matterbridge curl -v http://localhost:8283/health
54
+ docker exec -it matterbridge mb_health
55
55
  ```
56
56
 
57
57
  ### Create the Matterbridge directories first