pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

[Docker] Switch to the built-in compose plugin

Open tomasr8 opened this issue 1 year ago • 0 comments

I ran into this when trying to run the development setup for the first time. The makefile uses the standalone docker-compose command which is now deprecated (some more information here and here)

If you're running a more recent version of Docker, it's better to use the built-in plugin, i.e., docker compose ... instead.

This should in theory be a drop-in replacement - as a test I tried replacing all instances of docker-compose in the makefile with docker compose and the website builds without issues.

tomasr8 avatar Jul 25 '24 20:07 tomasr8