Skip to content

Commit 3b0989f

Browse files
authored
Update README.md
1 parent affcba1 commit 3b0989f

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,34 @@ volumes:
2323
> [!TIP]
2424
>
2525
> Install [mkcert](https://mkcert.dev) on your host machine and
26-
> generate and install a root certificate by running `mkcert -install`
27-
> on your host machine (one time only).
26+
> generate and install a root certificate on your host machine by
27+
> running (one time only).
28+
>
29+
> ```console
30+
> mkcert -install
31+
> ```
32+
33+
> [!TIP]
2834
>
2935
> Mac users should then do (one time only):
3036
>
31-
> `$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
37+
> ```console
38+
> mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
39+
> ```
40+
>
41+
> Dory users must adjust their config (run `dory config` or edit `~/.dory.yml`):
42+
>
43+
> ```yaml
44+
> nginx_proxy:
45+
> enabled: true
46+
> container_name: dory_dinghy_http_proxy
47+
> https_enabled: true
48+
> # Update the follow line to point at the dev_certificates
49+
> ssl_certs_dir: <full path to your homedir>/.local/share/dev_certificates
50+
> image: codekitchen/dinghy-http-proxy:latest
51+
> ```
52+
>
53+
> Remeber to restart Dory.
3254

3355
Use can use the following configuration for the generated certificate:
3456

0 commit comments

Comments
 (0)