fix(quickstart template): fix FATAL: "root"... message

This commit is contained in:
DecDuck
2024-12-26 12:34:44 +11:00
parent 9ed7eaaafe
commit 18fc5d3c5d

View File

@ -1,4 +1,5 @@
# Quickstart
This guide quickly runs through how to get set up with Drop in about five minutes, depending on your experience.
## Setting up the instance
@ -12,7 +13,7 @@ services:
ports:
- 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-d", "postgres"]
test: pg_isready -d drop -U drop
interval: 30s
timeout: 60s
retries: 5
@ -48,7 +49,6 @@ services:
2. `./certs` is where Drop will store cryptographic certificates relating to the function of Drop end clients and the connections between them. In order to make sure the traffic isn't being snooped on, keep this directory safe.
3. `./objects` is where Drop will store uploaded & downloaded files (from metadata providers)
**In addition, configure your chosen metadata provider:**
- [GiantBomb](/metadata/giantbomb.md) (only one supported as of v0.1.0-beta)