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 only run docker swagger v5 (alpha96) without building the react
in version 4 you can specify env variable to set the definition file location docker run -d -p 80:8080 -v $(pwd):/tmp -e SWAGGER_FILE=/tmp/swagger.json swaggerapi/swagger-editor
Currently I think it only support default file definition by building react yourself via .env file
Describe the solution you'd like
allow SWAGGER_FILE env variable to setup default file on docker run
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Description
I only run docker swagger v5 (alpha96) without building the react
in version 4 you can specify env variable to set the definition file location
docker run -d -p 80:8080 -v $(pwd):/tmp -e SWAGGER_FILE=/tmp/swagger.json swaggerapi/swagger-editor
Currently I think it only support default file definition by building react yourself via .env file
Describe the solution you'd like
allow SWAGGER_FILE env variable to setup default file on docker run
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: