Skip to content

Commit

Permalink
Add instructions to pull always
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Oct 13, 2023
1 parent f9f9fd6 commit 6a721bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below are some examples to demonstrate some of the functionality you can do so f
You can run the example Docker container with the following command:

```
docker run --rm --name deephaven-ui -p 10000:10000 ghcr.io/deephaven/server-ui:edge
docker run --rm --name deephaven-ui -p 10000:10000 --pull=always ghcr.io/deephaven/server-ui:edge
```

You'll need to find the link to open the UI in the Docker logs:
Expand Down

0 comments on commit 6a721bc

Please sign in to comment.