1
0
Fork 0

fix: remove invalid commas.

This commit is contained in:
Ludovic Fernandez 2019-04-01 17:56:04 +02:00 committed by Traefiker Bot
parent 58e82743f8
commit 883f90dded
6 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ The BasicAuth middleware is a quick way to restrict access to your services to k
```yaml tab="Docker"
# Declaring the user list
labels:
- "traefik.http.middlewares.declared-users-only.basicauth.users=test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/,test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0",
- "traefik.http.middlewares.declared-users-only.basicauth.users=test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/,test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"
```
```toml tab="File"