From 12be05a35105a057184e68bc454245814e819802 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sun, 3 Dec 2023 11:06:47 -0500 Subject: [PATCH] mount this dir inside container --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 45e7f37..5080e96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,3 +8,5 @@ services: container_name: student working_dir: /home/student command: ["pg_ctlcluster", "15", "main", "start", "--foreground"] + volumes: + - .:/home/student/dev