mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🐛 fix bug where Docker containers still show on refresh if socket is unreachable
This commit is contained in:
@@ -4,10 +4,7 @@ export default class DockerSingleton extends Docker {
|
|||||||
private static dockerInstance: DockerSingleton;
|
private static dockerInstance: DockerSingleton;
|
||||||
|
|
||||||
private constructor() {
|
private constructor() {
|
||||||
super({
|
super();
|
||||||
host: '192.168.1.56',
|
|
||||||
port: 2377,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static getInstance(): DockerSingleton {
|
public static getInstance(): DockerSingleton {
|
||||||
|
|||||||
Reference in New Issue
Block a user