Set restart to always
This commit is contained in:
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user