1
0
Fork 0

Fix the defaultRule CLI examples

This commit is contained in:
Kevin Pollet 2024-11-18 14:40:05 +01:00 committed by GitHub
parent 6baa110adb
commit 8ffd1854db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -466,7 +466,7 @@ providers:
```
```bash tab="CLI"
--providers.docker.defaultRule=Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)
--providers.docker.defaultRule='Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
# ...
```