Use io.containers.autoupdate=registry to auto update podman containers

This commit is contained in:
William 2023-06-29 10:42:10 -03:00
parent 9513f94df6
commit 897a0b389a
6 changed files with 5 additions and 14 deletions

View file

@ -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" = {