mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-26 02:09:53 +00:00
fix(docs): use docker run instead of exec for a livekit troubleshooting command
This commit is contained in:
@@ -322,7 +322,7 @@ ### Docker networking issues
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user