feat: add autoupdate label to containers
As it's required for `podman auto-update` to work.
This commit is contained in:
parent
50433a0b65
commit
8ea848888a
3 changed files with 10 additions and 3 deletions
|
@ -52,7 +52,11 @@ in {
|
|||
aliasgroup2 = mkAlias "cloud.felschr.com";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
};
|
||||
extraOptions = [ "--network=host" "--cap-add=MKNOD" ];
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
"--cap-add=MKNOD"
|
||||
"--label=io.containers.autoupdate=registry"
|
||||
];
|
||||
};
|
||||
services.nginx.virtualHosts."office.felschr.com" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue