From d099eb8722ebd447b8517f8363cff1cec88eb9fb Mon Sep 17 00:00:00 2001 From: Nice Try Date: Fri, 26 Jun 2026 17:21:53 +0800 Subject: [PATCH] using mounted dir - /mnt/usb-datastore/courses:/app/My_Courses --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 89d8914..b1321ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: NEXT_PUBLIC_APP_URL: http://localhost:6969 volumes: # Automatically creates ./My_Courses on the host if it doesn't exist - - ./My_Courses:/app/My_Courses + - /mnt/usb-datastore/courses:/app/My_Courses # Automatically creates ./prisma_data on the host to hold dev.db safely - ./prisma_data:/app/prisma/data \ No newline at end of file