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:**