mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 08:50:56 +01:00
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;
|