mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-07 23:16:50 +00:00
(feat) run gateway container deattached
This commit is contained in:
@@ -152,7 +152,7 @@ create_instance () {
|
|||||||
prompt_existing_certs_path
|
prompt_existing_certs_path
|
||||||
|
|
||||||
# Launch a new instance of gateway
|
# Launch a new instance of gateway
|
||||||
docker run \
|
docker run -d \
|
||||||
--name $INSTANCE_NAME \
|
--name $INSTANCE_NAME \
|
||||||
-p $GATEWAY_PORT:15888 \
|
-p $GATEWAY_PORT:15888 \
|
||||||
-p $DOCS_PORT:8080 \
|
-p $DOCS_PORT:8080 \
|
||||||
|
|||||||
Reference in New Issue
Block a user