how to run

This commit is contained in:
2024-01-17 17:24:59 +01:00
parent 44ae607709
commit ca165f5c5e

5
apps/rompr/README.md Normal file
View File

@@ -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```