From 443dd99b5b8278f69bc97d93889e956215e4e173 Mon Sep 17 00:00:00 2001 From: yusing Date: Wed, 27 Mar 2024 07:09:05 +0000 Subject: [PATCH] readme update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb8207d..adb9046 100755 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ In the examples domain `x.y.z` is used, replace them with your domain 3. (Optional) enable HTTPS - - Use autocert feature by completing `autocert` section in `config/config.yml` + - Use autocert feature by completing `autocert` section in `config/config.yml` and mount `certs/` to `/app/certs` in order to store obtained certs - Use existing certificate by mount your wildcard (`*.y.z`) SSL cert @@ -131,13 +131,15 @@ Modify `.vscode/settings.json` to fit your needs ## Configuration -With container name, most of the time no label needs to be added. +With container name, no label needs to be added *(most of the time)*. ### Labels (docker) +See [compose.example.yml](compose.example.yml) for more + - `proxy.aliases`: comma separated aliases for subdomain matching - - default: `container_name` + - default: container name - `proxy.*.`: wildcard label for all aliases