Skip to content

Commit

Permalink
minor #192 Migrate to docker compose V2 (ajgarlag)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.4-dev branch.

Discussion
----------

Migrate to docker compose V2

Commits
-------

32e6165 Migrate to docker compose V2
  • Loading branch information
chalasr committed Aug 12, 2024
2 parents 94ef76e + 32e6165 commit 01ebde6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
php:
build: ./dev/docker
Expand Down
2 changes: 1 addition & 1 deletion dev/bin/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
export HOST_USER_ID=$(id -u)
export HOST_GROUP_ID=$(id -g)

docker-compose "$@"
docker compose "$@"

0 comments on commit 01ebde6

Please sign in to comment.