Skip to content

Commit

Permalink
fix detach command for macos in node quickstart (#2243)
Browse files Browse the repository at this point in the history
Co-authored-by: Crystal Gomes <[email protected]>
  • Loading branch information
KwilLuke and thedriftofwords authored Feb 7, 2025
1 parent 3ef03a0 commit 0ffd661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ should use one of the supported [testnets](/resources/link-token-contracts) for
</Fragment>
</Tabs>

1. Detach from the container by pressing the Ctrl+P command and then the Ctrl-Q command. On MacOS, use ⌘-P and ⌘-Q.
1. Detach from the container by pressing the Ctrl+P command and then the Ctrl-Q command.

1. Confirm that the container is running. Note that the `6688` port is [published](https://docs.docker.com/config/containers/container-networking/#published-ports) `0.0.0.0:6688->6688/tcp` and is accessible outside of Docker.

Expand Down

0 comments on commit 0ffd661

Please sign in to comment.