Skip to content

Commit

Permalink
Updated docker up command.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuardianWolf committed Jul 12, 2017
1 parent 68a20ab commit 70584f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ been followed from the client [README](https://github.com/TheGuardianWolf/tellme
Then run the following command in a shell from the project root to get started:

```bash
docker-compose --scale dummybot=3
docker-compose up --scale dummybot=3
```

That's it!
Expand All @@ -67,7 +67,7 @@ container building (more details in the client README). To run them fully, the `
Use the following command to start the tests:

```bash
docker-compose --file docker-compose.test.yml --scale dummybot=3
docker-compose --file docker-compose.test.yml up --scale dummybot=3
```

The dummybot services will need to be manually closed after testing with `CTRL-C`.

0 comments on commit 70584f5

Please sign in to comment.