Skip to content

Commit

Permalink
Update CONFIGURATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranwang52 authored Apr 9, 2019
1 parent d866c48 commit 2c51316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,15 @@ Example origin config that uses multiple backends:
## Read-Only Registry Backend
For simple local testing with an insecure registry (assuming it listens on localhost:5000), you can configure the backend for origin and build-index accordingly:
For simple local testing with an insecure registry (assuming it listens on `host.docker.internal:5000`), you can configure the backend for origin and build-index accordingly:
>origin.yaml
>```
>backends:
> - namespace: .*
> backend:
> registry_blob:
> address: localhost:5000
> address: host.docker.internal:5000
> security:
> tls:
> client:
Expand All @@ -245,7 +245,7 @@ For simple local testing with an insecure registry (assuming it listens on local
> - namespace: .*
> backend:
> registry_tag:
> address: localhost:5000
> address: host.docker.internal:5000
> security:
> tls:
> client:
Expand Down

0 comments on commit 2c51316

Please sign in to comment.