Skip to content

Commit ae9c29c

Browse files
authored
docs: fix note blockquote in readme
Signed-off-by: Luis Carlos Aveiro <luisaveiro@users.noreply.github.com>
1 parent 8861406 commit ae9c29c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ locally with a multi-tenant subdomain application.
6161

6262
## Disclaimer
6363

64-
**Please note:** ***Docker Reverse Proxy*** is not affiliated with Stack Holdings
64+
> [!IMPORTANT]
65+
> ***Docker Reverse Proxy*** is not affiliated with Stack Holdings
6566
GmbH or Docker, Inc and is not an official product from either company.
6667

6768
"Caddy" is a registered trademark of Stack Holdings GmbH.
@@ -110,7 +111,8 @@ The structure of the hostname entry must be your loopback IP Address
110111
127.0.0.1 domain.local
111112
```
112113

113-
**Please note:** the hosts file **does not support wildcard** (`*`) for domains
114+
> [!NOTE]
115+
> The hosts file **does not support wildcard** (`*`) for domains
114116
or subdomains. You will need to have an entry for each domain and subdomain you
115117
wish to use for the reverse proxy in your hosts file.
116118

@@ -270,8 +272,8 @@ certificates. After Caddy's root CA is created, you will need to add the
270272
certificate to your local trust store. I have outline the steps you would need
271273
to take.
272274

273-
> **Note**
274-
> : Please ensure you have the latest update of the Caddy Docker image.
275+
> [!IMPORTANT]
276+
> Please ensure you have the latest update of the Caddy Docker image.
275277
276278
Caddy container will create and mount a folder called `certificate-authority`.
277279
In this folder you will see certificate and key files. You will be installing
@@ -292,8 +294,8 @@ Open the "Keychain Access" app and drag and drop the certificate into the
292294
<sub><sup>Trust Caddy Local Authority certificate.</sup></sub>
293295
</p>
294296

295-
> **Note**
296-
> : Firefox has its own local trust store. You will be required to complete
297+
> [!TIP]
298+
> Firefox has its own local trust store. You will be required to complete
297299
one additional step.
298300

299301
In Firefox, type 'about:config' in the address bar. If prompted, accept any

0 commit comments

Comments
 (0)