Update README.md

This commit is contained in:
RipleyBooya 2025-02-21 02:37:07 +01:00 committed by GitHub
parent 28fcdd7866
commit b73e910c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ networks:
## 📦 Pull & Run
```sh
docker pull ripleybooya/ssh-tunnel
docker run --rm -it ripleybooya/ssh-tunnel uname -m
docker run --rm -it ripleybooya/ssh-tunnel sh -c "uname -m && echo 'Container is working'"
```
🚀 **Now your remote services are accessible through secure SSH tunnels!**