weewx: Make labels public
This commit is contained in:
parent
d41b71dae1
commit
a432443647
2 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ in
|
|||
volumes = [
|
||||
"/etc/container-webserver/weewx:/data"
|
||||
];
|
||||
inherit (secret.container.webserver.weewx) labels;
|
||||
labels = {
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue