Skip to content

Commit

Permalink
docs: fix link to Dockerfile. (#710)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mknoszlig authored and RomanHotsiy committed Nov 14, 2018
1 parent ebe8d3f commit 4691d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ReDoc is available as pre-built Docker image in official [Docker Hub repository]
docker pull redocly/redoc
docker run -p 8080:80 redocly/redoc

Also you may rewrite some predefined environment variables defined in [Dockerfile](./Dockerfile). By default ReDoc starts with demo Petstore spec located at `http://petstore.swagger.io/v2/swagger.json`, but you may change this URL using environment variable `SPEC_URL`:
Also you may rewrite some predefined environment variables defined in [Dockerfile](./config/docker/Dockerfile). By default ReDoc starts with demo Petstore spec located at `http://petstore.swagger.io/v2/swagger.json`, but you may change this URL using environment variable `SPEC_URL`:

docker run -p 8080:80 -e SPEC_URL=https://api.example.com/openapi.json redocly/redoc

Expand Down

0 comments on commit 4691d78

Please sign in to comment.