chore: added comments to describe and commented out the volumes section in the docker-compose file

This commit is contained in:
Balu Babu
2023-05-22 19:34:31 +05:30
parent dea32e54c9
commit 20aea2a37a

View File

@@ -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:
# - <custom_path>:/var/lib/postgresql/data
# Replace /custom/mount with path on your device