Fix podman pull policy

This commit is contained in:
William 2024-03-30 08:50:41 -03:00
parent 732169c0d3
commit dda09fbd28
4 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,8 @@
virtualisation.oci-containers.containers."pairdrop" = {
image = "lscr.io/linuxserver/pairdrop:latest";
ports = [ "${config.ports.pairdrop}:3000" ];
extraOptions = [ "--pull=newer --label=io.containers.autoupdate=registry" ];
extraOptions =
[ "--pull=newer" "--label=io.containers.autoupdate=registry" ];
};
}