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
Passing the IP address as an Env variable means it is difficult to take advantage of Docker networking features. Furthermore the port 8080 appears to be hardcoded, i.e. if the container is mapped to a port other than 8080 on the host machine, the 3M Editor stops to function.
As a quick workaround it would be good to also have the port configurable as an Env variable, but better would be to take advantage of Docker's networking functionality.
The text was updated successfully, but these errors were encountered:
Passing the IP address as an Env variable means it is difficult to take advantage of Docker networking features. Furthermore the port 8080 appears to be hardcoded, i.e. if the container is mapped to a port other than 8080 on the host machine, the 3M Editor stops to function.
As a quick workaround it would be good to also have the port configurable as an Env variable, but better would be to take advantage of Docker's networking functionality.
The text was updated successfully, but these errors were encountered: