Skip to content

Commit

Permalink
Update networks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cplepage authored Jul 17, 2023
1 parent 0432a9a commit 59733e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function up(docker, projectName, recipe, output) {
network: await docker.getNetwork(returnedNetwork[0].Id),
});
continue;
};
}
var opts = {
Name: projectName + '_' + networkName,
Driver: network.driver,
Expand Down

0 comments on commit 59733e0

Please sign in to comment.