Skip to content

Commit

Permalink
update docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Aug 2, 2024
1 parent 7ba1a92 commit 278297d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker-compose -f action-services.yml run test
run: docker compose -f action-services.yml run test

build-and-publish:
name: Build and Publish
Expand Down
2 changes: 0 additions & 2 deletions action-services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
app:
build: .
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: "3"

services:

proxy:
build: ./
ports:
Expand Down

0 comments on commit 278297d

Please sign in to comment.