File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Volumes listed in `iobBackup` are tagged for inclusion in ioBroker backup routin
180180-->
181181
182182# # Changelog
183- # ## 0.0.23 (2025-10-09)
183+ # ## **WORK IN PROGRESS**
184184- (@GermanBluefox) Split the docker manager into pure docker commands and monitoring of own containers
185185
186186# ## 0.0.3 (2025-09-25)
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ export default class DockerPlugin extends PluginBase {
203203 warn : this . log . warn . bind ( this . log ) ,
204204 error : this . log . error . bind ( this . log ) ,
205205 } ,
206- namespace : this . parentNamespace as `${string } .${number } `,
206+ namespace : this . parentNamespace . replace ( 'system.adapter.' , '' ) as `${string } .${number } `,
207207 } ,
208208 this . #configurations,
209209 ) ;
You can’t perform that action at this time.
0 commit comments