Skip to content

Commit

Permalink
Use the modern version of the docker compose command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm committed Oct 17, 2024
1 parent c05ab33 commit b4ebb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eo pipefail
printf "Starting vc docker-compose services\n"
./gen_ec_sign_key.sh
docker-compose -f docker-compose.yaml up -d --remove-orphans
docker compose -f docker-compose.yaml up -d --remove-orphans
2 changes: 1 addition & 1 deletion stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

printf "Stopping vc docker-compose services\n"

docker-compose -f docker-compose.yaml rm -s -f
docker compose -f docker-compose.yaml rm -s -f

0 comments on commit b4ebb54

Please sign in to comment.