We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b4669 commit aa6110bCopy full SHA for aa6110b
README.md
@@ -18,7 +18,7 @@ latter rewritten in [Rust](https://www.rust-lang.org).
18
```shell
19
$ podman run --name sniproxy -p 80:80/tcp -p 443:443/tcp \
20
-v $(pwd)/sniproxy.yaml:/sniproxy.yaml:ro \
21
- atenart/sniproxy:latest
+ ghcr.io/atenart/sniproxy:latest
22
```
23
24
The above works with Docker too, just replace `podman` with `docker`.
0 commit comments