Skip to content

Commit

Permalink
Remove references to port 6000
Browse files Browse the repository at this point in the history
Closes #731.
  • Loading branch information
Tom Elliff-O'Shea authored and stylewarning committed Aug 16, 2023
1 parent 9a9a212 commit beafec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ RUN make dump-version-info install-test-deps
RUN git clean -fdx && make ${build_target} install && ldconfig

EXPOSE 5555
EXPOSE 6000

ENTRYPOINT ["./quilc"]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ you would like to change the port of the server to PORT, you can alter the comma
docker run --rm -it -p PORT:PORT rigetti/quilc -R -p PORT
```

Ports 5555 and 6000 are exposed using the EXPOSE directive in the `rigetti/quilc` image, so
you can additionally use the `-P` option to automatically bind these container ports to randomly
assigned host ports. You can then inspect the mapping using `docker port CONTAINER [PORT]`.
Port 5555 is exposed using the EXPOSE directive in the `rigetti/quilc` image, so
you can additionally use the `-P` option to automatically bind this container port to a randomly
assigned host port. You can then inspect the mapping using `docker port CONTAINER [PORT]`.

## Release Process

Expand Down

0 comments on commit beafec2

Please sign in to comment.