Skip to content

Commit

Permalink
Docker: docker-compose is now docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Mar 4, 2024
1 parent ef2fbb8 commit c6dd0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger/docker/compose/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ export IMAGE_CODEGEN_VERSION=${image_tag_codegen}
export IMAGE_SERVER_VERSION=${image_tag_server}
export SDRANGEL_BASE=${sdrangel_codebase}

docker-compose -f compose.yml ${stack_name} ${action}
docker compose -f compose.yml ${stack_name} ${action}

0 comments on commit c6dd0bb

Please sign in to comment.