Skip to content

Commit 52d3312

Browse files
committed
updated doc
1 parent 6c27522 commit 52d3312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ staticreg serve
3636
### Run with Docker
3737

3838
```bash
39-
docker run --rm -d cr.seqera.io/public/staticreg:0.2.0 serve --registry <registry-url-here>
39+
docker run --rm -d cr.seqera.io/public/staticreg:0.2.0 serve --registry <registry-url-here> --wave-server-url <wave-server-url-here>
4040
```
4141

4242
## Install on Kubernetes
@@ -47,7 +47,7 @@ Create a secret with the registry details (the registry you want to list images
4747
kubectl create secret generic registry-credentials \
4848
--from-literal=REGISTRY_USER=<username> \
4949
--from-literal=REGISTRY_PASSWORD=<password> \
50-
--from-literal=REGISTRY_HOSTNAME=<hostname>
50+
--from-literal=REGISTRY_HOSTNAME=<hostname> \
5151
```
5252

5353
Create the staticreg deployment

0 commit comments

Comments
 (0)