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

Interference with freqtrade docker on port 8080 #1

Closed
skeltavik opened this issue Nov 12, 2021 · 3 comments
Closed

Interference with freqtrade docker on port 8080 #1

skeltavik opened this issue Nov 12, 2021 · 3 comments

Comments

@skeltavik
Copy link

skeltavik commented Nov 12, 2021

Hi,

Thanks for your proxy and the continuing development. I encountered some errors when running the proxy with it's default config on port 8080, which the frequi/API of freqtrade is also running on.

Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use.

Maybe having another port to run the proxy, would prevent this issue by default? For example port 8090?

Thanks in advance!

@mikekonan
Copy link
Owner

Are you using docker or local?
I've just added an option to set a port over CLI

@skeltavik
Copy link
Author

I'm using Docker for freqtrade itself.

Nice, thanks for the quick addition!

@mikekonan
Copy link
Owner

So, if you are starting proxy as a docker container you can change the bindable port as you want:
docker run --restart=always -p {anyport}:8080 --name freqtrade-proxy -d freqtrade-proxy

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

No branches or pull requests

2 participants