Set restart to always

This commit is contained in:
2025-04-11 13:05:47 +02:00
parent 353304b663
commit 96aaa51e2f
+2 -2
View File
@@ -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
restart: always