Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit cc91edd

Browse files
authored
Merge pull request #5 from reload/improve-readme
Improve README
2 parents 5ded721 + a1aea58 commit cc91edd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ This image has [mkcert](https://github.com/FiloSottile/mkcert)
4545
builtin.
4646
4747
Install `mkcert` on your host machine and generate and install a root
48-
certificate by running `mkcert -install` on your host machine.
48+
certificate by running `mkcert -install` on your host machine (one time only).
49+
50+
Mac users should then do (one time only):
51+
```console
52+
$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share
53+
```
4954

5055
Then you add the generated CAROOT as a volume (the path on the host
5156
machine is the output of `mkcert -CAROOT`).
@@ -77,8 +82,7 @@ this order:
7782

7883
```yaml
7984
volumes:
80-
- '${HOME}/Library/Application Support/mkcert:/mkcert/mac:ro'
81-
- '${HOME}/.local/share/mkcert:/mkcert/linux:ro'
85+
- '${HOME}/.local/share/mkcert:/mkcert:ro'
8286
- '${HOME}/.local/share/dev_certificates:/cert:rw'
8387
8488
environment:

0 commit comments

Comments
 (0)