Set restart to always
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ services:
|
|||||||
POSTGRES_DB: bitmagnet
|
POSTGRES_DB: bitmagnet
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgrespass
|
POSTGRES_PASSWORD: postgrespass
|
||||||
restart: on-failure:5
|
restart: always
|
||||||
|
|
||||||
bitmagnet:
|
bitmagnet:
|
||||||
image: ghcr.io/bitmagnet-io/bitmagnet:latest
|
image: ghcr.io/bitmagnet-io/bitmagnet:latest
|
||||||
@@ -45,4 +45,4 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: on-failure:5
|
restart: always
|
||||||
Reference in New Issue
Block a user