mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-14 15:09:44 +00:00
(feat) run gateway container deattached
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user