fix: remove invalid commas.
This commit is contained in:
parent
58e82743f8
commit
883f90dded
6 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ The DigestAuth middleware is a quick way to restrict access to your services to
|
|||
|
||||
```yaml tab="Docker"
|
||||
labels:
|
||||
- "traefik.http.middlewares.declared-users-only.digestauth.usersFile=path-to-file.ext",
|
||||
- "traefik.http.middlewares.declared-users-only.digestauth.usersFile=path-to-file.ext"
|
||||
```
|
||||
|
||||
```toml tab="File"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue