From 96aaa51e2f57800436aaf7627539fb67c7deb5ad Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 11 Apr 2025 13:05:47 +0200 Subject: [PATCH] Set restart to always --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 9a40d5e..7d58d65 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,7 @@ services: POSTGRES_DB: bitmagnet POSTGRES_USER: postgres POSTGRES_PASSWORD: postgrespass - restart: on-failure:5 + restart: always bitmagnet: image: ghcr.io/bitmagnet-io/bitmagnet:latest @@ -45,4 +45,4 @@ services: depends_on: db: condition: service_healthy - restart: on-failure:5 \ No newline at end of file + restart: always \ No newline at end of file