1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 07:46:37 -04:00

Fixed swagger docker compose run script

This commit is contained in:
f4exb 2023-04-22 11:49:09 +02:00
parent fc923ebbed
commit 0aac5cf00a

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}