Skip to content

Commit 7cb3fb7

Browse files
authored
Apply suggestion from @deruyter92
1 parent 5bd5c27 commit 7cb3fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Do not expose port 8888 to the internet (e.g. via a cloud VM's firewall or a pub
127127
binding without a reverse proxy).
128128
For local use, bind the port to localhost only (e.g. `-p 127.0.0.1:8888:8888`) and use SSH
129129
port forwarding to access the server remotely (see below).
130-
To use a custom token, pass `-e NOTEBOOK_TOKEN=<your-token>` to `docker run`. You can pass an empty string to disable token-authentication.
130+
To use a custom token, pass `-e NOTEBOOK_TOKEN=<your-token>` to `docker run`. You can pass an empty string to disable token-authentication: `-e NOTEBOOK_TOKEN=`.
131131
```
132132

133133
#### Jupyter Notebooks on remote servers

0 commit comments

Comments
 (0)