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
Since the service is running via Docker, you can change the host port that the service listens to by adding a line like this to docker-compose.yml:
ports:
- "127.0.0.1:3016:8080"
If you need to change the actual port in the container for some reason, you should be able to by setting server.port in settings.json, as explained in the documentation.
Hi,
can i change the listening port from 8080 to something else and if yes, how? Its colliding with another existing container...
many thanks,
Tom
The text was updated successfully, but these errors were encountered: