Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ This image has [mkcert](https://github.com/FiloSottile/mkcert)
builtin.

Install `mkcert` on your host machine and generate and install a root
certificate by running `mkcert -install` on your host machine.
certificate by running `mkcert -install` on your host machine (one time only).

Mac users should then do (one time only):
```console
$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share
```

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

```yaml
volumes:
- '${HOME}/Library/Application Support/mkcert:/mkcert/mac:ro'
- '${HOME}/.local/share/mkcert:/mkcert/linux:ro'
- '${HOME}/.local/share/mkcert:/mkcert:ro'
- '${HOME}/.local/share/dev_certificates:/cert:rw'

environment:
Expand Down