Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command fix #554

Merged
merged 2 commits into from
Jul 16, 2022
Merged

command fix #554

merged 2 commits into from
Jul 16, 2022

Conversation

CosmosElon
Copy link
Contributor

change "docker-compose" for "docker compose" in 'crontab -e' setup

(this is the only successful way for me)

change - docker-compose  for docker compose  in crontab -e setup
@joshlopes
Copy link
Contributor

I don't think this is correct thought, docker and docker-compose are different things

@CosmosElon
Copy link
Contributor Author

At least here, crontab doesn't run the command if it has dash"-" in docker-compse. So only "docker compose" worked for me.

@joshlopes
Copy link
Contributor

You will have to tell me exactly what is the error, copy the whole command and try to run on your console. Grab all the output and paste it here so I can see what is happening.

@CosmosElon
Copy link
Contributor Author

bash: docker-compose: command not found

@nullmames
Copy link
Contributor

nullmames commented Jul 16, 2022

the issue is with the version of docker you are using. The new version has changed to a argument for docker as you say docker compose, the old version was a separate bin docker-compose.

Best to note this diffrence in the documentation than just include one or the other. Something like, "Since vx.x.x the command docker-compose has been depricated and is now docker compose.

If you were a subscriber to Game of Nodes, you would know this.

https://www.youtube.com/channel/UCWsyvi27z0i2bmOyBw1MAKA

@CosmosElon
Copy link
Contributor Author

the issue is with the version of docker you are using. The new version has changed to a argument for docker as you say docker compose, the old version was a separate bin docker-compose.

Best to note this diffrence in the documentation than just include one or the other. Something like, "Since vx.x.x the command docker-compose has been depricated and is now docker compose.

If you were a subscriber to Game of Nodes, you would know this.

https://www.youtube.com/channel/UCWsyvi27z0i2bmOyBw1MAKA

Nice! I'm subscribed :)
Well then, that's what you explained. This notification will be good for anyone installing an updated version.

@tombeynon
Copy link
Contributor

Thanks for the solving guys, perfect.

@tombeynon tombeynon merged commit 1f9e764 into eco-stake:master Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants