From 39d1f2f7720b05131d915f6760cd0fe86bff68f8 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 20 Mar 2023 17:18:08 -0300 Subject: [PATCH] (feat) run gateway container deattached --- bash_scripts/gateway-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_scripts/gateway-create.sh b/bash_scripts/gateway-create.sh index aa3ea67..d74f272 100755 --- a/bash_scripts/gateway-create.sh +++ b/bash_scripts/gateway-create.sh @@ -152,7 +152,7 @@ create_instance () { prompt_existing_certs_path # Launch a new instance of gateway - docker run \ + docker run -d \ --name $INSTANCE_NAME \ -p $GATEWAY_PORT:15888 \ -p $DOCS_PORT:8080 \