mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
@@ -29,7 +29,7 @@ export class Container {
|
||||
|
||||
if (match) {
|
||||
this.swarmId = match[1];
|
||||
this.name = name.replace(`.${this.swarmId}`, "");
|
||||
this.name = name.replace(`${this.swarmId}`, "");
|
||||
this.isSwarm = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user