Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix: add `:latest` tag to docker run documentation
  • Loading branch information
Dexagod authored Jun 13, 2024
1 parent 1513401 commit f2b9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2b9b38

Please sign in to comment.