Use io.containers.autoupdate=registry to auto update podman containers
This commit is contained in:
parent
9513f94df6
commit
897a0b389a
6 changed files with 5 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
image = "lscr.io/linuxserver/librespeed:latest";
|
||||
environment = { TZ = "America/Bahia"; };
|
||||
ports = [ "${config.ports.librespeed}:80" ];
|
||||
extraOptions = [ "--pull=always" ];
|
||||
extraOptions = [ "--label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."librespeed.baduhai.me" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue