File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ The proof server runs as a background service using Docker. Ensure the Docker en
9494Use 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
100100This command occupies the terminal window while running.
@@ -155,7 +155,7 @@ Error: bind: address already in use
155155Either 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
161161Remember to update your application configuration to use the new port.
You can’t perform that action at this time.
0 commit comments