Skip to content

Commit

Permalink
migrate to Docker Compose V2 using (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
govekk committed Nov 16, 2023
1 parent 1f3e8c3 commit 3a1c056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .omero/compose
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ PROJECT=${PROJECT:-$(get_project_name)}
# making use of COMPOSE_PROJECT_NAME

cd $dir
exec docker-compose -p ${PROJECT} "$@"
exec docker compose -p ${PROJECT} "$@"

0 comments on commit 3a1c056

Please sign in to comment.