Closed Speijker closed 2 years ago
"fixed" by removing '-' from line in start script
Same issue applies to the stop script
You're missing the docker-compose executable.
https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose
You're missing the docker-compose executable.
https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose
And so I did. Docker documentation for linux gave two options: default is only the plugin, but apparently I needed the standalone binary. (https://docs.docker.com/compose/install/)
docker-compose is being deprecated soon. Should probably consider converting commands to the docker compose
(docker-compose-plugin)
Trying to run the start script, it returns twice the line
sudo: docker-compose: command not found
docker compose installation checked with
docker compose version