Browse Source

Merge pull request #441 from wingkwong/docs/noco-docs

docs: add assignPublicIp
pull/445/head
Pranav C 3 years ago committed by GitHub
parent
commit
469925ffd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/noco-docs/content/en/getting-started/installation.md

2
packages/noco-docs/content/en/getting-started/installation.md

@ -253,7 +253,7 @@ aws ecs create-service \
--launch-type "FARGATE" \
--platform-version <VERSION> \
--health-check-grace-period-seconds <GRACE_PERIOD_IN_SECOND> \
--network-configuration "awsvpcConfiguration={subnets=["<YOUR_SUBSETS>"], securityGroups=["<YOUR_SECURITY_GROUPS>"]" \
--network-configuration "awsvpcConfiguration={subnets=["<YOUR_SUBSETS>"], securityGroups=["<YOUR_SECURITY_GROUPS>"], assignPublicIp=ENABLED}" \
--load-balancer targetGroupArn=<TARGET_GROUP_ARN>,containerName=<CONTAINER_NAME>,containerPort=<YOUR_CONTAINER_PORT>
```

Loading…
Cancel
Save