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

DEFAULT_FILESERVER_PORT not works well with docker + mac #137

Open
qlibp opened this issue May 5, 2023 · 0 comments
Open

DEFAULT_FILESERVER_PORT not works well with docker + mac #137

qlibp opened this issue May 5, 2023 · 0 comments

Comments

@qlibp
Copy link

qlibp commented May 5, 2023

DEFAULT_FILESERVER_PORT=7000 is occupied by mac service, but used as the final port in docker(in docker, it doesn't really know the port get occupied) and I have no way to configure it.

The tricky solution for now is to manually bind different host port to docker 7000 port, e.g. 7777:7000 and then in code, explicitly change the web_url stored to vis object

Here's the result
image

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

1 participant