5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
export const dockerLabels = {
|
|
// Label to hide a container from Homarrs docker integration
|
|
hide: "homarr.hide",
|
|
} as const;
|