Skip to content

Commit

Permalink
Update wait_for_login.sh
Browse files Browse the repository at this point in the history
docker compose v2
  • Loading branch information
jackyko1991 authored Jul 28, 2023
1 parent 76a3c85 commit e7f0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait_for_login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ OMERO_PASS=omero
OMERO=/opt/omero/server/OMERO.server/bin/omero

# Wait up to 2 mins
docker-compose exec -T omeroserver $OMERO login -C -s localhost -u "$OMERO_USER" -q -w "$OMERO_PASS" --retry 120
docker compose exec -T omeroserver $OMERO login -C -s localhost -u "$OMERO_USER" -q -w "$OMERO_PASS" --retry 120
echo "OMERO.server connection established"

0 comments on commit e7f0819

Please sign in to comment.