Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Jun 3, 2024
1 parent a62cd45 commit a550e3e
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 @@ -38,7 +38,7 @@ services:
- my-network

start_dependencies:
image: tehkapa/docker-wait-for-dependencies
image: ducktors/docker-wait-for-dependencies
depends_on:
- mongo
- redis
Expand All @@ -60,7 +60,7 @@ By default, there will be a 2 second sleep time between each check. You can modi

```yaml
start_dependencies:
image: tehkapa/docker-wait-for-dependencies
image: ducktors/docker-wait-for-dependencies
environment:
- SLEEP_LENGTH: 0.5
```
Expand All @@ -69,7 +69,7 @@ By default, there will be a 300 seconds timeout before cancelling the wait_for.

```yaml
start_dependencies:
image: tehkapa/docker-wait-for-dependencies
image: ducktors/docker-wait-for-dependencies
environment:
- SLEEP_LENGTH: 1
- TIMEOUT_LENGTH: 60
Expand Down

0 comments on commit a550e3e

Please sign in to comment.