Skip to content

Commit

Permalink
Fix LSCR configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartinou committed Jan 5, 2025
1 parent a7535fe commit 1b55548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/registries/lscr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ services:
image: getwud/wud
...
environment:
- WUD_REGISTRY_LSCR_PRIVATE_USERNAME=john@doe
- WUD_REGISTRY_LSCR_PRIVATE_USERNAME=johndoe
- WUD_REGISTRY_LSCR_PRIVATE_TOKEN=xxxxx
```
#### **Docker**
```bash
docker run \
-e WUD_REGISTRY_LSCR_PRIVATE_USERNAME="john@doe" \
-e WUD_REGISTRY_LSCR_PRIVATE_USERNAME="johndoe" \
-e WUD_REGISTRY_LSCR_PRIVATE_TOKEN="xxxxx" \
...
getwud/wud
Expand Down

0 comments on commit 1b55548

Please sign in to comment.