Add pull policy

This commit is contained in:
Jakob Lechner 2023-07-14 13:37:45 +00:00
parent 768d7ac559
commit 5425a5fac6
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -40,6 +40,7 @@ in
];
extraOptions = [
"--network=${networkName}"
"--pull=newer"
];
};
"${databaseName}" = {
@ -54,6 +55,7 @@ in
];
extraOptions = [
"--network=${networkName}"
"--pull=newer"
];
};
};