docs: fix typo in ui-as-standalone example (#180)

This commit is contained in:
callmebob2016 2021-04-13 17:13:50 +02:00 committed by GitHub
parent e990c39a18
commit 7a35d61359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ docker-compose -f simple.yml up -d
./populate.sh
```
You can add some credentials to access your registry wit `credentials.yml` docker-compose file.
You can add some credentials to access your registry with `credentials.yml` docker-compose file.
Credentials for this example are login: `registry` and password: `ui` using bcrypt.
```sh