We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b038aed commit 6a98052Copy full SHA for 6a98052
README.md
@@ -59,7 +59,7 @@ docker run -d --name docker-registry-proxy --net=host \
59
-e ENABLE_SSL=true \
60
-e SSL_KEY=/opt/ssl/key.pem \
61
-e SSL_CERTIFICATE=/opt/ssl/certificate.pem \
62
- ghcr.io/dreamlab/aws-ecr-http-proxy:2.0.0
+ ghcr.io/dreamlab/aws-ecr-http-proxy:master
63
```
64
65
If you ran this command on "registry-proxy.example.com" you can now get your images using `docker pull registry-proxy.example.com:5000/repo/image`.
0 commit comments