You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
127
127
binding without a reverse proxy).
128
128
For local use, bind the port to localhost only (e.g. `-p 127.0.0.1:8888:8888`) and use SSH
129
129
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=`.
0 commit comments