Skip to content

Commit 6662b81

Browse files
florindragosMarkW
authored andcommitted
Update readme for docker stack (#359)
1 parent fdf2b78 commit 6662b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ To deploy the stack, add the following code to the manifest file:
597597
docker::stack { 'yourapp':
598598
ensure => present,
599599
stack_name => 'yourapp',
600-
compose_file => '/tmp/docker-compose.yaml',
600+
compose_files => ['/tmp/docker-compose.yaml'],
601601
require => [Class['docker'], File['/tmp/docker-compose.yaml']],
602602
}
603603
```
@@ -612,7 +612,7 @@ To deploy the stack, add the following code to the manifest file.
612612
docker::stack { 'yourapp':
613613
ensure => present,
614614
stack_name => 'yourapp',
615-
compose_file => '/tmp/docker-compose.yaml',
615+
compose_files => ['/tmp/docker-compose.yaml'],
616616
require => [Class['docker'], File['/tmp/docker-compose.yaml']],
617617
}
618618
```

0 commit comments

Comments
 (0)