Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
markglh authored Dec 2, 2017
1 parent cec958e commit cf3b8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:

some-service:
image: myorg/some-service
depends_on:
localstack:
condition: service_healthy
depends_on:
localstack:
condition: service_healthy
```
Note that the environment variables supply default values but can be overridden using a `.env` file.
Expand Down

0 comments on commit cf3b8df

Please sign in to comment.