From 6ccc70bafafb9e8d588d1291d276614d1ce71ee8 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 4 Jan 2025 02:25:34 -0500 Subject: [PATCH] Update README.md --- Docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index dda5723..f95c112 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -47,6 +47,6 @@ Then use a DOS window to change to the **ws1** directory before calling the scri - Use the following link to download Docker - [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/) - Stash Image - - The CreateContainer.cmd script can download the Image before creating the container by adding **PULL** at the end of the command line. - - Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 PULL` + - The CreateContainer.cmd script can download the Image before creating the container by adding **IMAGE** at the end of the command line. + - Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 IMAGE` - To see what Stash images are available, see the following link: [https://hub.docker.com/r/stashapp/stash/tags](https://hub.docker.com/r/stashapp/stash/tags).