Skip to content

Commit

Permalink
always check for new images
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed Aug 27, 2024
1 parent 57d1f1c commit 6510854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def compose_up():

logger.info("Waiting for containers to be ready...")
print("Waiting for containers to be ready...")
docker.compose.up(detach=True, wait=True)
docker.compose.up(detach=True, wait=True, pull="always")
print("Containers ready!")
sleep(5)

Expand Down

0 comments on commit 6510854

Please sign in to comment.