Skip to content

Commit

Permalink
[DOC] Update docker run image tag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danisla committed Apr 30, 2022
1 parent 3712424 commit 6f4e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A [`coturn`](addons/coturn) and [`coturn-web`](addons/coturn-web) image are also
Running the docker container built from the [`Dockerfile.example`](./Dockerfile.example):

```bash
docker run --name selkies -it --rm -p 8080:8080 ghcr.io/selkies-project/selkies-gstreamer/gst-py-example:latest-ubuntu20.04
docker run --name selkies -it --rm -p 8080:8080 ghcr.io/selkies-project/selkies-gstreamer/gst-py-example:latest
```

> Now connect to your docker host on port `8080` to access the web interface.
Expand Down

0 comments on commit 6f4e893

Please sign in to comment.