You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/compose.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,9 +155,9 @@ The [Deploy Specification](https://github.com/compose-spec/compose-spec/blob/mai
155
155
```
156
156
157
157
### `depends_on`
158
-
(Not yet supported)
158
+
(Limited support)
159
159
160
-
This property describes startup dependencies between services. This feature currently has limited supported by Defang, but can be useful in local development with Docker.
160
+
This property describes startup dependencies between services. This feature currently has limited supported by Defang: dependency on a managed service does not wait for the managed service provisioning to complete.
0 commit comments