Fix podman pull policy
This commit is contained in:
parent
732169c0d3
commit
dda09fbd28
4 changed files with 8 additions and 4 deletions
|
|
@ -5,7 +5,8 @@
|
|||
image = "lscr.io/linuxserver/librespeed:latest";
|
||||
environment = { TZ = "America/Bahia"; };
|
||||
ports = [ "${config.ports.librespeed}:80" ];
|
||||
extraOptions = [ "--pull=newer --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