Skip to content

Commit

Permalink
Update server-start.sh: use "docker compose" (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Aug 9, 2024
1 parent 8938598 commit 62b7803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server-start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DIR=`dirname $0`

cd $DIR
docker-compose -f nginx-docker-compose.yaml up -d
docker compose -f nginx-docker-compose.yaml up -d

# wait for it...
sleep 5
Expand Down

0 comments on commit 62b7803

Please sign in to comment.