From dbc46f27a3627df47129f9351cda2e6721c66ef0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 16 Dec 2022 14:12:43 +0000 Subject: [PATCH] add postgres port --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 944d655e..d4fce265 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ tasks: - name: Run a local PostgreSQL Database - command: docker run --name postgres -e POSTGRES_PASSWORD=postgres -d postgres + command: docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres - name: Restore .env file, or create a new one command: |