Skip to content

Commit

Permalink
Repair syntax error (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokal-profil authored and scotty-c committed Apr 27, 2018
1 parent 453ebc5 commit 22f031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ docker_compose { '/tmp/docker-compose.yml':
}
```

Give options to the ```docker-compose up``` command, such as ```--remove-orphans``, by using the ```up_args``` option.
Give options to the ```docker-compose up``` command, such as ```--remove-orphans```, by using the ```up_args``` option.

If you are using a v3.2 compose file or above on a Docker Swarm cluster, use the `docker::stack` class. Include the file resource before you run the stack command.

Expand Down

0 comments on commit 22f031e

Please sign in to comment.