(feat) run gateway container deattached

This commit is contained in:
cardosofede
2023-03-20 17:18:08 -03:00
parent 18809fbdbb
commit 39d1f2f772

View File

@@ -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 \