Skip to content

Commit df837bd

Browse files
committed
8.0.3
1 parent 9b4c9aa commit df837bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The proof server runs as a background service using Docker. Ensure the Docker en
9494
Use the following command to start the proof server in your terminal:
9595

9696
```bash
97-
docker run -p 6300:6300 midnightntwrk/proof-server:latest midnight-proof-server -v
97+
docker run -p 6300:6300 midnightntwrk/proof-server:8.0.3 midnight-proof-server -v
9898
```
9999

100100
This command occupies the terminal window while running.
@@ -155,7 +155,7 @@ Error: bind: address already in use
155155
Either stop the process using port 6300, or run the proof server on a different port:
156156

157157
```bash
158-
docker run -p 6301:6300 midnightntwrk/proof-server:latest midnight-proof-server -v
158+
docker run -p 6301:6300 midnightntwrk/proof-server:8.0.3 midnight-proof-server -v
159159
```
160160

161161
Remember to update your application configuration to use the new port.

0 commit comments

Comments
 (0)