newer -> always

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

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"