From cb77a40fd9ee9806269538c99e428b190530769c Mon Sep 17 00:00:00 2001 From: Mythie Date: Thu, 13 Apr 2023 23:43:42 +1000 Subject: [PATCH] fix: update postgres port --- .env.example | 2 +- docker/compose-without-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9bca5df28..7da56a2e3 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # Option 1: You can use the provided remote test database, courtesy of the documenso team: postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3 # Option 2: Set up a local Postgres SQL instance (RECOMMENDED) # Option 3: Use the provided dx setup (RECOMMENDED) -# => postgres://documenso:password@127.0.0.1:5432/documenso +# => postgres://documenso:password@127.0.0.1:54320/documenso # # ⚠ WARNING: The test database can be resetted or taken offline at any point. # ⚠ WARNING: Please be aware that nothing written to the test databae is private. diff --git a/docker/compose-without-app.yml b/docker/compose-without-app.yml index dc9d91bda..8f10c2a5b 100644 --- a/docker/compose-without-app.yml +++ b/docker/compose-without-app.yml @@ -6,7 +6,7 @@ services: - POSTGRES_PASSWORD=password - POSTGRES_DB=documenso ports: - - 5432:5432 + - 54320:5432 inbucket: image: inbucket/inbucket