Skip to content

Commit

Permalink
Update start_containers_persist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Nov 17, 2024
1 parent 4f95576 commit 1b367f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/start_containers_persist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source ./testutil.sh

message "Starting SynBioHub from Containers"
docker-compose -f ./synbiohub-docker/docker-compose.yml -f ./synbiohub-docker/docker-compose.explorer.yml -p testsuiteproject --compatibility up -d
docker compose -f ./synbiohub-docker/docker-compose.yml -f ./synbiohub-docker/docker-compose.explorer.yml -p testsuiteproject --compatibility up -d
while [[ "$(docker inspect testsuiteproject_synbiohub_1 | jq .[0].State.Health.Status)" != "\"healthy\"" ]]
do
sleep 5
Expand Down

0 comments on commit 1b367f2

Please sign in to comment.