restart postgres if it fails
This commit is contained in:
@@ -119,6 +119,7 @@ services:
|
||||
- "bitcoin_datadir:/data"
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
|
||||
@@ -113,6 +113,7 @@ services:
|
||||
- "bitcoin_datadir:/data"
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
|
||||
@@ -113,6 +113,7 @@ services:
|
||||
- "bitcoin_datadir:/data"
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
|
||||
Reference in New Issue
Block a user