Skip to content

Commit c28b0ed

Browse files
CI: docker-compose v1 → docker compose v2 (Ubuntu 24.04 removed v1)
1 parent a2f9e1f commit c28b0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
DOCKER_CLIENT_TIMEOUT: "120"
3737
COMPOSE_HTTP_TIMEOUT: "120"
3838
run: |
39-
docker-compose -f LNX-docker-compose.yaml up --build --exit-code-from app
39+
docker compose -f LNX-docker-compose.yaml up --build --exit-code-from app
4040
- name: Add toolbox artifact
4141
uses: actions/upload-artifact@v4
4242
with:

0 commit comments

Comments
 (0)