dependabot[bot]
2025-04-28 4d07ac93b44f0c751009ff1dda8323ee3b4c9900
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 .)
```