Skip to content

Commit

Permalink
docs: update Docker image name in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto committed Jan 7, 2024
1 parent 1aef90c commit 38fe01e
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 @@ -65,7 +65,7 @@ And optionally:
You can run thumbsup as a Docker container ([ghcr.io/thumbsup/thumbsup](https://github.com/thumbsup/thumbsup/pkgs/container/thumbsup)) which pre-packages all the dependencies above. Read the [thumbsup on Docker](https://thumbsup.github.io/docs/2-installation/docker/) documentation for more detail.

```bash
docker run -v `pwd`:/work thumbsupgallery/thumbsup [...]
docker run -v `pwd`:/work ghcr.io/thumbsup/thumbsup [...]
```

## Command line arguments
Expand Down

0 comments on commit 38fe01e

Please sign in to comment.