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