MCPcopy
hub / github.com/docker/compose / defaultReconcileOptions

Function defaultReconcileOptions

pkg/compose/reconcile_test.go:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func defaultReconcileOptions() ReconcileOptions {
36 return ReconcileOptions{
37 Recreate: api.RecreateDiverged,
38 RecreateDependencies: api.RecreateDiverged,
39 Inherit: true,
40 }
41}
42
43// --- Network tests ---
44

Calls

no outgoing calls

Tested by

no test coverage detected