From 76716ab66f0ec1b391c3fb49387e82a43ee84f82 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 15 May 2026 14:49:40 +0200 Subject: [PATCH] re-added restart clause in redis-cache --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 147c511..5435add 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -135,6 +135,7 @@ services: redis-cache: image: redis:${REDIS_VERSION} + restart: unless-stopped command: - sh - -c