Install Docker Compose with the command below. [code]sudo apt-get update sudo apt-get install docker-compose-plugin [/code] Also, since we will be using Compose V2, open “start-nobuild.sh” in a text ...
If you are searching for a more efficient way to deploy your projects you might be interested in this excellent guide to using Docker Stack by Dreams of Code. The frustration of manual redeployments, ...