From 79b7bbb924e33517d32f3e3719a6a11c3ac08cd4 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 4 Dec 2023 14:20:59 -0500 Subject: [PATCH] Update compose.yaml --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 5080e96..2929b87 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,3 +10,6 @@ services: command: ["pg_ctlcluster", "15", "main", "start", "--foreground"] volumes: - .:/home/student/dev + ports: + - 8000 + - 3000