-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix Get Started Command! #83
Comments
A docker history is docker compose plugin(In the past, it was a standalone application, docker-compose), has been integrated into docker official cli. Check here to get more context: https://docs.docker.com/compose/install/linux/ |
i know it. if you install docker with manual, i think default will include docker compose plugin. or you can install docker compose with standalone application. its ok. just need manual transform it. we just will follow latest use. |
You are hard of mind... |
Hi, @davidganz you can check this document. |
Hi!
sorry but there is a terrible issue in your Get Started Command :)
It's:
sudo docker-compose up -d
And Not:
docker compose up -d
Moreover, you should specify what is the running port: 12345
Let me know.
The text was updated successfully, but these errors were encountered: