Fix podman pull policy
This commit is contained in:
parent
732169c0d3
commit
dda09fbd28
4 changed files with 8 additions and 4 deletions
|
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue