dependabot[bot]
2025-11-20 c99c8070f22cc40932c06b7b75a0f8d26982aa91
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 .)
```