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
I need a help please. I executed: docker run -p 8080:80 redocly/redoc but the field "Upload file" in the top of page didn´t show, but in your redocly it shows. In Redoc this option "Upload file" doesn´t exist?
And for me see mys apis I need put in SPEC_URL where they are? I understood that the Redoc doesn´t have database, because in this case I can put in SPEC_URL where the apis are? Redoc can do integration with api gateway? like kong or others?
l'
The text was updated successfully, but these errors were encountered:
hi @monique77, thank you for your question.
The Upload a file place we have only in preview Redoc page. It helps provide URL to OpenAPI description.
In docker container you should use SPEC_URL. And put correct URL to your OpenAPI description. You can host your definition where you want and pass it to docker.
docker run -p 8080:80 -e SPEC_URL=https://api.example.com/openapi.json redocly/redoc
Hello,
I need a help please. I executed: docker run -p 8080:80 redocly/redoc but the field "Upload file" in the top of page didn´t show, but in your redocly it shows. In Redoc this option "Upload file" doesn´t exist?
And for me see mys apis I need put in SPEC_URL where they are? I understood that the Redoc doesn´t have database, because in this case I can put in SPEC_URL where the apis are? Redoc can do integration with api gateway? like kong or others?
l'
The text was updated successfully, but these errors were encountered: