diff --git a/content/guides/use-case/jupyter.md b/content/guides/use-case/jupyter.md index fd29996843..d80bc3fdda 100644 --- a/content/guides/use-case/jupyter.md +++ b/content/guides/use-case/jupyter.md @@ -322,7 +322,7 @@ $ docker compose up --build This command builds your image and runs it as a container using the instructions specified in the `compose.yaml` file. The `--build` option ensures that your -image is rebuilt, which is necessary if you made changes to your `Dockefile`. +image is rebuilt, which is necessary if you made changes to your `Dockerfile`. To access the container, in a web browser navigate to [localhost:8889/lab?token=my-token](http://localhost:8889/lab?token=my-token). @@ -418,4 +418,4 @@ Related information: - [Dockerfile reference](/reference/dockerfile/) - [Compose file reference](/compose/compose-file/) - [Docker CLI reference](reference/cli/docker/) -- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) \ No newline at end of file +- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)