Hi , I am trying to run swagger docker container with custom json file with help of [https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/](url) by docker run -p 80:8080 -e SWAGGER_JSON=/foo/swagger.json -v /bar:/foo swaggerapi/swagger-ui Here container works and site gets up .but my json file appears in swagger site like  when i click custom.json it's displaying my json code .  So how to stop display json code ? Can you help