Update quickstart.md

This commit is contained in:
DecDuck
2025-09-26 08:29:37 +10:00
committed by GitHub
parent 481d3002c3
commit 8eff2df71a

View File

@@ -10,8 +10,6 @@ The easiest way to get Drop running is using our pre-built Docker container.
services:
postgres:
image: postgres:14-alpine
ports:
- 5432:5432
healthcheck:
test: pg_isready -d drop -U drop
interval: 30s