Skip to content
Michael Woodward edited this page Feb 4, 2017 · 1 revision

Stops the containers running

Usage:
    workflow stop [-p]

Options:
    -p      Production mode, use when started in production mode

Under the hood this will run the following command

docker-compose -f docker-compose.yml -f docker-compose.dev.yml down
Clone this wiki locally