Fix postgress -> postgres (#2781)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
timeout: 60s
|
timeout: 60s
|
||||||
depends_on:
|
depends_on:
|
||||||
postgress:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
labels:
|
labels:
|
||||||
NAME: "hawkbit-db-init"
|
NAME: "hawkbit-db-init"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
timeout: 60s
|
timeout: 60s
|
||||||
depends_on:
|
depends_on:
|
||||||
postgress:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
labels:
|
labels:
|
||||||
NAME: "hawkbit-db-init"
|
NAME: "hawkbit-db-init"
|
||||||
|
|||||||
Reference in New Issue
Block a user