Skip to content

Commit a9fd242

Browse files
deruyter92C-Achard
authored andcommitted
Add comment on NOTEBOOK_TOKEN
1 parent 8fd60de commit a9fd242

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`.
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.
131131
```
132132

133133
#### Jupyter Notebooks on remote servers

0 commit comments

Comments
 (0)