Add binds support to containers
This commit is contained in:
@@ -419,6 +419,7 @@ describe('database', function () {
|
||||
tags: [],
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
};
|
||||
|
||||
@@ -891,6 +892,7 @@ describe('database', function () {
|
||||
tags: [],
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
};
|
||||
|
||||
@@ -923,6 +925,7 @@ describe('database', function () {
|
||||
tags: [],
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user