From 4bfd307ecb236a2ed4c7bff67a536793824c7a15 Mon Sep 17 00:00:00 2001 From: Anass Bouassaba Date: Thu, 5 Dec 2024 09:02:42 +0100 Subject: [PATCH] chore(misc): update README.md (#422) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d9814b9b3..cb12907a2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Pull images: (_recommended for most users_) docker compose pull ``` +Optionally, you can pull a specific version by passing the environment variable as follows: + +```shell +VOLTASERVE_VERSION=2.1.0 docker compose pull +``` + Optionally build the images from the source: (_can be skipped if you pulled the images_) ```shell