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 \