dependabot[bot]
2025-05-28 996d8d51faff4905155960cc3d941f1549ba3e62
docs/features/Docker Support.md
@@ -3,5 +3,5 @@
You can run the below one-liner to run Quartz in Docker.
```sh
docker run --rm -itp 8080:8080 $(docker build -q .)
docker run --rm -itp 8080:8080 -p 3001:3001 -v ./content:/usr/src/app/content $(docker build -q .)
```