Update Dockerfile

This commit is contained in:
Alexandre
2025-05-28 12:02:21 +02:00
committed by GitHub
parent c49c526331
commit 9887cbf6a8

View File

@@ -121,4 +121,4 @@ HEALTHCHECK \
--retries=5 \
--start-period=90s \
--timeout=25s \
CMD pg_isready || exit 1
CMD pg_isready -d postgres || exit 1