You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're always looking for ways to improve TypingMind Proxy! Let's discuss how your feature could address current limitations and enhance the plugin development experience.
1. What problem does this solve?
Makes it easier for user to start the docker service.
2. Describe your proposed solution.
Include the following docker-compose.yml file in the repo:
I've tried creating a docker-compose.yml like this and running it locally and setting the URL in TypingMind to http://127.0.0.1:8080. I get the error:
My guess is that typingmind doesn’t have access to 127.0.0.1 since this will only work on the machine running the docker container. You’ll probably need to make sure the docker container is accessible from outside your local network. I’m using cloudflare tunnels to do this for example.
Let's Talk About Your Feature Idea
We're always looking for ways to improve TypingMind Proxy! Let's discuss how your feature could address current limitations and enhance the plugin development experience.
1. What problem does this solve?
Makes it easier for user to start the docker service.
2. Describe your proposed solution.
Include the following
docker-compose.yml
file in the repo:This way user just need to run:
docker compose up -d
The text was updated successfully, but these errors were encountered: