mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-07-01 10:40:12 -04:00
Update quickstart.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user