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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: