@@ -61,7 +61,8 @@ locally with a multi-tenant subdomain application.
61
61
62
62
## Disclaimer
63
63
64
- ** Please note:** *** Docker Reverse Proxy*** is not affiliated with Stack Holdings
64
+ > [ !IMPORTANT]
65
+ > *** Docker Reverse Proxy*** is not affiliated with Stack Holdings
65
66
GmbH or Docker, Inc and is not an official product from either company.
66
67
67
68
"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
110
111
127.0.0.1 domain.local
111
112
```
112
113
113
- ** Please note:** the hosts file ** does not support wildcard** (` * ` ) for domains
114
+ > [ !NOTE]
115
+ > The hosts file ** does not support wildcard** (` * ` ) for domains
114
116
or subdomains. You will need to have an entry for each domain and subdomain you
115
117
wish to use for the reverse proxy in your hosts file.
116
118
@@ -270,8 +272,8 @@ certificates. After Caddy's root CA is created, you will need to add the
270
272
certificate to your local trust store. I have outline the steps you would need
271
273
to take.
272
274
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.
275
277
276
278
Caddy container will create and mount a folder called ` certificate-authority ` .
277
279
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
292
294
<sub><sup>Trust Caddy Local Authority certificate.</sup></sub>
293
295
</p >
294
296
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
297
299
one additional step.
298
300
299
301
In Firefox, type 'about: config ' in the address bar. If prompted, accept any
0 commit comments