-
Notifications
You must be signed in to change notification settings - Fork 171
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
use docker-compose to start minIO and layotto #636
Comments
Could be assigned to me. |
@bxiiiiii ok. Thanks! |
The error log is as above, the request from layotto to minIO cannot be sent, how should the IP address be changed to 127.0.0.1? |
@bxiiiiii Did you change the listener address in config.json from |
@seeflood Of course. layotto can already receive the request from the client, but it failed to send to minIO. |
@bxiiiiii Then remember to modify the minio address in the config.json: |
@seeflood It does work!
Is there a problem? |
I think it is a problem 🤔 |
@seeflood yes, the problem still exists. |
What would you like to be added:
We have File API quickstart document showing users how to build and start layotto locally:
https://mosn.io/layotto/#/zh/start/file/minio
And now we can add a docker-compose to start minIO and layotto with one command, and then improve the quickstart.
Examples are redis&layotto quickstart. I modified those redis related quickstarts showing users how to use docker-compose to start redis and layotto:
https://mosn.io/layotto/#/zh/start/state/start
https://mosn.io/layotto/#/en/start/state/start
and:
Why is this needed:
Make layotto more user friendly
The text was updated successfully, but these errors were encountered: