From e0442b282f8130c5d2c3da63b026f8f78cd211fd Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 22:24:51 -0500 Subject: [PATCH] vault backup: 2025-01-17 22:24:51 --- docker/quartz/Developing with Quartz.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/quartz/Developing with Quartz.md b/docker/quartz/Developing with Quartz.md index 00e286a..5e907fc 100644 --- a/docker/quartz/Developing with Quartz.md +++ b/docker/quartz/Developing with Quartz.md @@ -13,11 +13,14 @@ Link my primary development folder to the container repo's source folder: cd ~/Repositories git clone git@git.modernleft.org:gravityfargo/quartz-docker.git git clone git@github.com:jackyzha0/quartz.git -ln -sf ~/Repositories/quartz ~/Repositories/quartz-docker/quartz/src ``` +Then mount the quartz directory to the development docker-compose file: +```yaml +volumes: +- ~/Repositories/quartz:/quartz/src +``` Then, you can run the container with the following command: - ```bash cd ~/Repositories/quartz-docker make run