Skip to content

Commit

Permalink
replace docker-compose with docker compose (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh authored Aug 19, 2024
1 parent 5725510 commit f2e05f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
composer-
- name: Docker
run: docker-compose up -d
run: docker compose up -d

- name: Download dependencies
run: composer install --no-interaction --optimize-autoloader
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
database:
# In production, you may want to use a managed database service
Expand Down

0 comments on commit f2e05f5

Please sign in to comment.