#amirny2205_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212620585666879489
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- amirny2205_api, 11 hours ago, 14 messages
- amirny2205_error, 1 day ago, 24 messages
If you only want to run CLI command, it's not necessary to run on the docker. You can follow the guide here to start Stripe CLI: https://docs.stripe.com/stripe-cli
yes but I'm assemblying a web application which will use docker-compose
another question, docker run --rm -it stripe/stripe-cli listen --forward-to localhost:8000/webhook --api-key sk_test_
doesn't make request to my web server, it writes
Failed to POST: Post "http://localhost:8000/webhook": dial tcp 127.0.0.1:8000: connect: connection refused
but curl --http2 -X POST http://localhost:8000/webhook works as expected
what can it be?
Thank you
the solution is --network=host