enable --pull=newer on containers

This commit is contained in:
♥ Minnie ♥ 2023-06-12 21:47:20 +08:00
parent a4d826d5de
commit 9b7f9a39ca
10 changed files with 10 additions and 0 deletions

View file

@ -10,5 +10,6 @@
"/srv/data:/srv/data:ro"
];
ports = [ "3000:3000" ];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -12,5 +12,6 @@
environment = {
MEMORYSIZE = "1G";
};
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -19,6 +19,7 @@
WEBPASSWORD_FILE = "/secrets/admin-password";
DNSMASQ_LISTENING = "all";
};
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -10,5 +10,6 @@
"/srv/data/media:/data/media:ro"
];
ports = [ "32400:32400" ];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -10,5 +10,6 @@
"/srv/data:/data"
];
ports = [ "9696:9696" ];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -13,5 +13,6 @@
"8383:8080"
"32372:32372"
];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -10,5 +10,6 @@
"/srv/data:/data"
];
ports = [ "7878:7878" ];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -8,5 +8,6 @@
volumes = [
"/srv/containers/recyclarr:/config"
];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -10,5 +10,6 @@
"/srv/data:/data"
];
ports = [ "8989:8989" ];
extraOptions = [ "--pull=newer" ];
};
}

View file

@ -20,5 +20,6 @@
CF_API_EMAIL_FILE = "/secrets/cf-api-email";
CF_API_KEY_FILE = "/secrets/cf-api-key";
};
extraOptions = [ "--pull=newer" ];
};
}