From 95d720508a3621d66c79bd7ae9936e3a7ab65a4e Mon Sep 17 00:00:00 2001 From: Lakshya Singh Date: Tue, 24 Oct 2023 13:44:58 +0530 Subject: [PATCH] compose: restart unless stopped txoo - rpc failure due to bitcoind limits Signed-off-by: Lakshya Singh --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2826a0e..daf88e2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: context: . image: txood container_name: txood-test - restart: always + restart: unless-stopped command: - -r http://rpcuser:VLSsigner1@bitcoind:18332 networks: