Skip to content

Commit

Permalink
Fixed version in install and run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Galea committed Jan 28, 2021
1 parent 449230f commit 90a1b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL_AND_RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Now that the Docker image is on your machine, and you have written configuration
```bash
docker run -p 3000:3000 \
-v <CONFIG_DIR>:/opt/polkadot_api_server/config:ro \
-d simplyvc/polkadot_api_server:1.25.1
-d simplyvc/polkadot_api_server:1.26.1
```

Note: The port after `-p` and before the `:` can be used to route a port from the machine to the internal port of the Docker. If changing this, any program which refers to the API Docker container must refer to this port.\
Expand Down

0 comments on commit 90a1b53

Please sign in to comment.