Docker: docker-compose is now docker compose

This commit is contained in:
f4exb 2024-03-04 23:06:25 +01:00
parent ef2fbb844e
commit c6dd0bba05
1 changed files with 1 additions and 1 deletions

View File

@ -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}