php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

Compose as a Docker plugin

Open mglaman opened this issue 1 year ago • 1 comments

fixes #47

local workaround:

echo 'docker compose --compatibility "$@"' > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

mglaman avatar Jul 18 '24 19:07 mglaman

@mglaman

I've set things up so you can provide the DOCKER_COMPOSE env variable as a path to your install. It defaults to docker-compose. You can set it in your .env file, which should be ignored by git by default.

Looks like you'd need the following in your .env file with the current master:

DOCKER_COMPOSE=docker compose --compatibility`

Let me know if that cleans things up.

seanmorris avatar Oct 09 '24 19:10 seanmorris