fixes minor typo in docker-compose comments

This commit is contained in:
Zayd 2024-12-05 15:04:33 -08:00 committed by GitHub
parent 3950d51b86
commit 0fe23817cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ services:
POSTGRES_USER: pguser
POSTGRES_PASSWORD: pgpass
POSTGRES_DB: ente_db
# Wait for postgres to be accept connections before starting museum.
# Wait for postgres to accept connections before starting museum.
healthcheck:
test:
[