Skip to content

Commit 50fc71f

Browse files
committed
readme
1 parent a346a32 commit 50fc71f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var docker = new Dockerode();
2626
var compose = new DockerodeCompose(docker);
2727

2828
(async () => {
29+
await compose.pull();
2930
var state = await compose.up('./test/wordpress.yml', 'wordpress');
3031
console.log(state);
3132
})();

0 commit comments

Comments
 (0)