Skip to content

Commit

Permalink
Migrate to docker compose V2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Jul 20, 2024
1 parent 58d4b11 commit 32e6165
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 32e6165

Please sign in to comment.