Fix postgress -> postgres (#2781)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-10-28 11:30:02 +02:00
committed by GitHub
parent 60d6604eff
commit f9ff15f671
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ services:
retries: 5
timeout: 60s
depends_on:
postgress:
postgres:
condition: service_healthy
labels:
NAME: "hawkbit-db-init"