dockerode-compose
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -36,3 +36,3 @@ async function down(docker, projectName, recipe, output) { | ||
if (volume.name !== undefined) { | ||
opts.Name = volumeName; | ||
opts.Name = volume.name; | ||
} | ||
@@ -39,0 +39,0 @@ volumes.push(await docker.createVolume(opts)); |
{ | ||
"name": "dockerode-compose", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "docker-compose in nodejs using dockerode", | ||
@@ -5,0 +5,0 @@ "main": "./compose.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81598