newer -> always

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-06-01 18:36:37 -04:00
parent d9303c47d3
commit 663640a4f7

View File

@ -33,7 +33,7 @@ in
}; };
redis = { redis = {
image = "redis:latest"; image = "redis:latest";
pull = "newer"; pull = "always";
user = "600:600"; user = "600:600";
volumes = [ volumes = [
"${config.sops.secrets."docker/redis".path}:/usr/local/etc/redis/redis.conf" "${config.sops.secrets."docker/redis".path}:/usr/local/etc/redis/redis.conf"