From 38fe01ea692b90d788ee524297ef4809ac386359 Mon Sep 17 00:00:00 2001 From: Romain Date: Sun, 7 Jan 2024 11:30:10 +0000 Subject: [PATCH] docs: update Docker image name in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac57e1..6713adb 100644 --- a/README.md +++ b/README.md @@ -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