Skip to content

Commit

Permalink
Merge pull request #7 from subquery/update/docker-compose
Browse files Browse the repository at this point in the history
Update docker compose always start to unless stopped
  • Loading branch information
bz888 authored Feb 25, 2024
2 parents f786759 + 2394607 commit 947d76a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Stellar/soroban-futurenet-starter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
"postgres":
condition: service_healthy
restart: always
restart: unless-stopped
environment:
DB_USER: postgres
DB_PASS: postgres
Expand Down
2 changes: 1 addition & 1 deletion Stellar/soroban-starter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
"postgres":
condition: service_healthy
restart: always
restart: unless-stopped
environment:
DB_USER: postgres
DB_PASS: postgres
Expand Down
2 changes: 1 addition & 1 deletion Stellar/soroban-testnet-starter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
"postgres":
condition: service_healthy
restart: always
restart: unless-stopped
environment:
DB_USER: postgres
DB_PASS: postgres
Expand Down

0 comments on commit 947d76a

Please sign in to comment.