From fb709559725fc211fac0f6e39a38ee226b6b843a Mon Sep 17 00:00:00 2001 From: Husky <39809509+Huskydog9988@users.noreply.github.com> Date: Thu, 29 May 2025 14:48:30 -0400 Subject: [PATCH] users should be setting data dir paths --- docs/guides/quickstart.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guides/quickstart.md b/docs/guides/quickstart.md index c7be3d6..f8ef18b 100644 --- a/docs/guides/quickstart.md +++ b/docs/guides/quickstart.md @@ -36,8 +36,6 @@ services: - ./data:/data environment: - DATABASE_URL=postgres://drop:drop@postgres:5432/drop - - DATA=/data - - LIBRARY=/library ``` **The main things in this `compose.yaml` is the volumes attached to the `drop` service:**