From 8d8a88916ae8dbc8a716c52a93ef65218041fa98 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:53:09 -0800 Subject: [PATCH] Replace old ref to standalone with local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37105951..0dd559b6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ HORIZON_REF?=$(shell ./scripts/soroban_repo_to_horizon_repo.sh $(SOROBAN_RPC_REF FRIENDBOT_REF?=$(HORIZON_REF) run: - docker run --rm --name stellar -p 8000:8000 stellar/quickstart:$(TAG) --standalone --enable-soroban-rpc + docker run --rm --name stellar -p 8000:8000 stellar/quickstart:$(TAG) --local --enable-soroban-rpc logs: docker exec stellar /bin/sh -c 'tail -F /var/log/supervisor/*'