fix(docs): use docker run instead of exec for a livekit troubleshooting command

This commit is contained in:
stratself
2026-03-05 12:42:58 +00:00
committed by Ellis Git
parent 58c4f5d5b5
commit 010daf079d
+1 -1
View File
@@ -322,7 +322,7 @@ Some distros do not allow Docker containers to connect to its host's public IP b
After implementing the changes and restarting your compose, you can test whether the connection works by cURLing from a sidecar container:
```console
~$ docker exec --rm --net container:lk-jwt-service docker.io/curlimages/curl https://livekit.example.com
~$ docker run --rm --net container:lk-jwt-service docker.io/curlimages/curl https://livekit.example.com
OK
```