From 20aea2a37a571ab4eb9cca84310e2b1cccd58fd3 Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Mon, 22 May 2023 19:34:31 +0530 Subject: [PATCH] chore: added comments to describe and commented out the volumes section in the docker-compose file --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 776aa69dc..41e8e71c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,9 +67,9 @@ services: # NOTE: Please UPDATE THIS PASSWORD! POSTGRES_PASSWORD: testpass POSTGRES_DB: hoppscotch - volumes: - # NOTE: Please UPDATE THE Path - - ./postgres-data:/var/lib/postgresql/data + # NOTE: Please UNCOMMENT and UPDATE THE Path + # volumes: + # - :/var/lib/postgresql/data # Replace /custom/mount with path on your device