diff --git a/README.md b/README.md index 6b34e56..2721b5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

LocalCerts

Automatic HTTPS and local domain routing for Docker Compose services using Traefik, DPS and Step-CA. diff --git a/compose.override.example.yml b/compose.override.example.yml new file mode 100644 index 0000000..a6051d2 --- /dev/null +++ b/compose.override.example.yml @@ -0,0 +1,6 @@ +services: + dns: + volumes: + - /etc:/host/etc + environment: + MG_RESOLVCONF: /host/etc/resolv.conf