I am using the Docker image of the Swagger Editor to define my API specification and create a nodejs server to run as an api stub and provide documentation for the API specification.
I would like to know if it is possible to change the default url for my own to present my spec when opening the page and how I will do it.

For example, I would like to change the default address to http://localhost:8080/spec
source
share