mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
readme update
This commit is contained in:
parent
db6f857aaf
commit
443dd99b5b
1 changed files with 5 additions and 3 deletions
|
@ -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.*.<field>`: wildcard label for all aliases
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue