From d706ac5d2c0e9540c18e4a593f5b74674e7cdbce Mon Sep 17 00:00:00 2001 From: Raffael Campos Date: Fri, 30 Aug 2024 08:19:59 -0300 Subject: [PATCH] include persistent volume ./README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5cae91..6c977b0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ For a quick setup, run Kwil's pre-configured PostgreSQL Docker image: ```bash docker run -d -p 5432:5432 --name tsn-postgres \ -e "POSTGRES_HOST_AUTH_METHOD=trust" \ + -v postgres_data:/var/lib/postgresql/data \ kwildb/postgres:latest ```