From 2d3257baf96d4243080de84f388e3c329f94bc73 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 21 May 2025 16:57:28 +0200 Subject: [PATCH] Add missing restart policy for botbotbot service in Docker Compose --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 0ec915f..8f65d9d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,5 +2,6 @@ services: botbotbot: container_name: botbotbot image: code.edgarpierre.fr/edpibu/botbotbot:main + restart: always volumes: - /docker/botbotbot/config:/config