diff --git a/Stellar/soroban-futurenet-starter/docker-compose.yml b/Stellar/soroban-futurenet-starter/docker-compose.yml index e661410..31f9912 100644 --- a/Stellar/soroban-futurenet-starter/docker-compose.yml +++ b/Stellar/soroban-futurenet-starter/docker-compose.yml @@ -22,7 +22,7 @@ services: depends_on: "postgres": condition: service_healthy - restart: always + restart: unless-stopped environment: DB_USER: postgres DB_PASS: postgres diff --git a/Stellar/soroban-starter/docker-compose.yml b/Stellar/soroban-starter/docker-compose.yml index e661410..31f9912 100644 --- a/Stellar/soroban-starter/docker-compose.yml +++ b/Stellar/soroban-starter/docker-compose.yml @@ -22,7 +22,7 @@ services: depends_on: "postgres": condition: service_healthy - restart: always + restart: unless-stopped environment: DB_USER: postgres DB_PASS: postgres diff --git a/Stellar/soroban-testnet-starter/docker-compose.yml b/Stellar/soroban-testnet-starter/docker-compose.yml index e661410..31f9912 100644 --- a/Stellar/soroban-testnet-starter/docker-compose.yml +++ b/Stellar/soroban-testnet-starter/docker-compose.yml @@ -22,7 +22,7 @@ services: depends_on: "postgres": condition: service_healthy - restart: always + restart: unless-stopped environment: DB_USER: postgres DB_PASS: postgres