Skip to content

Commit

Permalink
use v2 compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ss108 committed Sep 4, 2023
1 parent fa92a66 commit 10aaac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: docker network create -d bridge --attachable cl_net_overlay
- name: Start docker compose
working-directory: courtlistener/docker/courtlistener
run: docker-compose -f docker-compose.yml -f docker-compose.tmpfs.yml up -d
run: docker compose -f docker compose.yml -f docker compose.tmpfs.yml up -d
env:
CELERY_DOCKER_IMAGE: "localhost:5000/freelawproject/courtlistener:latest-celery-${{ github.sha }}"
DJANGO_DOCKER_IMAGE: "localhost:5000/freelawproject/courtlistener:latest-web-dev-${{ github.sha }}"
Expand Down

0 comments on commit 10aaac6

Please sign in to comment.