1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

fix: 3892 missing parameter documentation (#4577)

Co-authored-by: vterret <vterret@wps.webhelp.com>
This commit is contained in:
VTerret 2024-12-31 00:18:58 +01:00 committed by GitHub
parent 78ab232516
commit 72b0f11b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ services:
environment:
POSTGRES_PASSWORD: mealie
POSTGRES_USER: mealie
PGUSER: mealie
healthcheck:
test: ["CMD", "pg_isready"]
interval: 30s