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.
![enter image description here](https://fooobar.com//img/0188423c6de41117d892739c8e38d4c9.png)
For example, I would like to change the default address to http://localhost:8080/spec
source
share