From f2b9b38fa1a3e3f193b26285fdd452d366d4d69c Mon Sep 17 00:00:00 2001 From: Ruben D Date: Thu, 13 Jun 2024 16:35:09 +0200 Subject: [PATCH] Update README.md Fix: add `:latest` tag to docker run documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357d49e..53c196d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This will boot up a UMA server and compatible Community Solid Server instance, a There is also a `docker` setup available, for which you need to have docker installed: ``` docker pull raddecke/solidlab-trust-flows-demo -docker run -p 3000:3000 -p 4000:4000 -p 4444:4444 -p 5123:5123 -p 8201:8201 -p 8202:8202 -p 8203:8203 --net=host raddecke/solidlab-trust-flows-demo +docker run -p 3000:3000 -p 4000:4000 -p 4444:4444 -p 5123:5123 -p 8201:8201 -p 8202:8202 -p 8203:8203 --net=host raddecke/solidlab-trust-flows-demo:latest ``` This will start up the same services as the above system installation.