letsencrypt-docker-compose
letsencrypt-docker-compose copied to clipboard
fix command for Build images and start containers
It's not a bug :-) https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose
@patsevanton , there is a docker-compose binary (V1) and docker compose "plugin" (V2).
At the moment even the official documentation recommends to install V2 https://docs.docker.com/engine/install/ubuntu/:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
docker-compose-plugin will install docker compose (V2).
But I will extend the README.md to provide more details regarding this case.