Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kincekara committed Nov 3, 2023
1 parent feabf67 commit 89eaa30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pavian/1.2.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Full documentation: https://github.com/fbreitwieser/pavian
## Example Usage
You should publish a container's port(s) to the host while running pavian.
```bash
# run as root
docker run --rm -p 3838:3838 staphb/pavian:1.2.1
# non-root
docker run --rm --user shiny -p 3838:3838 staphb/pavian:1.2.1
```
Pavian will then be available at http://127.0.0.1:3838 in your web browser

0 comments on commit 89eaa30

Please sign in to comment.