letsencrypt-docker-compose icon indicating copy to clipboard operation
letsencrypt-docker-compose copied to clipboard

fix command for Build images and start containers

Open patsevanton opened this issue 3 years ago • 1 comments

patsevanton avatar Jul 23 '22 01:07 patsevanton

It's not a bug :-) https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

steklopod avatar Jul 30 '22 18:07 steklopod

@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.

eugene-khyst avatar Aug 18 '22 18:08 eugene-khyst