Skip to content

Commit baa2632

Browse files
authored
Security Fix: Don't bind ports on all interfaces in Brev Launchables. (#651)
1 parent f3487c2 commit baa2632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/cloud/nvidia/brev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can read more about Brev Launchables in the [Getting Started Guide](https://
9898
user: root
9999
working_dir: /notebooks
100100
entrypoint: ["/home/rapids/entrypoint.sh"]
101-
command: python -m jupyter lab --allow-root --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.password='' --notebook-dir=/notebooks
101+
command: python -m jupyter lab --allow-root --ip=127.0.0.1 --no-browser --NotebookApp.token='' --NotebookApp.password='' --notebook-dir=/notebooks
102102
restart: unless-stopped
103103
```
104104

0 commit comments

Comments
 (0)