chore: added comments to describe and commented out the volumes section in the docker-compose file
This commit is contained in:
@@ -67,9 +67,9 @@ services:
|
|||||||
# NOTE: Please UPDATE THIS PASSWORD!
|
# NOTE: Please UPDATE THIS PASSWORD!
|
||||||
POSTGRES_PASSWORD: testpass
|
POSTGRES_PASSWORD: testpass
|
||||||
POSTGRES_DB: hoppscotch
|
POSTGRES_DB: hoppscotch
|
||||||
volumes:
|
# NOTE: Please UNCOMMENT and UPDATE THE Path
|
||||||
# NOTE: Please UPDATE THE Path
|
# volumes:
|
||||||
- ./postgres-data:/var/lib/postgresql/data
|
# - <custom_path>:/var/lib/postgresql/data
|
||||||
# Replace /custom/mount with path on your device
|
# Replace /custom/mount with path on your device
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user