diff --git a/apps/rompr/README.md b/apps/rompr/README.md new file mode 100644 index 0000000..f2543b5 --- /dev/null +++ b/apps/rompr/README.md @@ -0,0 +1,5 @@ +Run with: + +```podman run --pull=always -d --replace -p 127.0.0.1:8081:80 \ + --mount=type=bind,source=/var/lib/rompr,destination=/rompr \ + --tz=Europe/Berlin --name=rompr cr.wks/rompr:latest```