Skip to content

Commit c5b9446

Browse files
committed
add emphasis and clarify byoc
1 parent 9dfdef7 commit c5b9446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/domains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ You can also bring your own domain to a Defang project. This allows you to use y
7575

7676
### BYOC or Defang Playground
7777

78-
If you are using [Defang BYOC](./defang-byoc.md) and *do not* have your domain's DNS hosted with your cloud provider, you will need to follow this flow:
78+
If you are using [Defang BYOC](./defang-byoc.md) and *do not* have your domain's DNS hosted with your cloud provider, or if you are using the [Defang Playground](./defang-playground.md), you will need to follow this flow:
7979

8080
1. Add the `domainname` to your service definition.
8181
2. Run `defang compose up` to deploy your project.
8282
3. Run `defang cert generate` to generate an SSL certificate. This command will provide instructions for where to point your domain's DNS before the certificate can be issued.
8383

8484
### BYOC
8585

86-
If you are using [Defang BYOC](./defang-byoc.md) and the DNS for your domain is hosted with your cloud provider (i.e. a Hosted Zone in Route 53, if you're using AWS), all you need to do is specify the `domainname` in your service definition, as in the example below.
86+
If you are using [Defang BYOC](./defang-byoc.md) *and the DNS for your domain is hosted with your cloud provider* (i.e. a Hosted Zone in Route 53, if you're using AWS), all you need to do is specify the `domainname` in your service definition, as in the example below.
8787

8888
:::warning
8989
For the time being, you can only use one domain per service.

0 commit comments

Comments
 (0)