enable --pull=newer on oci-containers
This commit is contained in:
parent
964faf37a6
commit
732169c0d3
6 changed files with 4 additions and 22 deletions
|
|
@ -5,7 +5,7 @@
|
|||
image = "lscr.io/linuxserver/librespeed:latest";
|
||||
environment = { TZ = "America/Bahia"; };
|
||||
ports = [ "${config.ports.librespeed}:80" ];
|
||||
extraOptions = [ "--label=io.containers.autoupdate=registry" ];
|
||||
extraOptions = [ "--pull=newer --label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."librespeed.baduhai.dev" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue