We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1513401 commit f2b9b38Copy full SHA for f2b9b38
1 file changed
README.md
@@ -37,7 +37,7 @@ This will boot up a UMA server and compatible Community Solid Server instance, a
37
There is also a `docker` setup available, for which you need to have docker installed:
38
```
39
docker pull raddecke/solidlab-trust-flows-demo
40
-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
41
42
43
This will start up the same services as the above system installation.
0 commit comments