From 63ad0f9c5711d913092cce8cd55a08b15b4e31c9 Mon Sep 17 00:00:00 2001 From: DanielRadlAMR Date: Thu, 13 Feb 2025 16:47:24 +0100 Subject: [PATCH] Update configurator restart policy --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 81052d84..7c8e64f2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -40,7 +40,7 @@ services: REDIS_QUEUE: ${REDIS_QUEUE:-} SOCKETIO_PORT: 9000 depends_on: {} - restart: no + restart: on-failure backend: <<: *backend_defaults