feat: added volumes to docker-compose for hoppscotch-db
This commit is contained in:
@@ -67,5 +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
|
||||
# Replace /custom/mount with path on your device
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user