Skip to content

Commit

Permalink
fix docker compose change:
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Aug 29, 2024
1 parent 865466d commit 86a28b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-local-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ue

function dcs() {
docker-compose -p sddemo -f ./docker-compose-prebuilt.yml $@
docker compose -p sddemo -f ./docker-compose-prebuilt.yml $@
}

WORK_DIR="$(echo $(cd -P -- "$(dirname -- "$0")" && pwd -P))"
Expand Down

0 comments on commit 86a28b1

Please sign in to comment.