Fixed swagger docker compose run script

This commit is contained in:
f4exb 2023-04-22 11:49:09 +02:00
parent fc923ebbed
commit 0aac5cf00a
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}