We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
domain
1 parent 467942a commit aaff895Copy full SHA for aaff895
docs/docs/how-tos/nebari-local.md
@@ -159,6 +159,14 @@ security:
159
tag: sha-b4a2d1e
160
```
161
162
+### Disable DNS for local deployment
163
+
164
+If you are deploying locally, DNS is not necessary except for dask dashboard and the notebook
165
+scheduler extension. Therefore it is recommended to simply delete the `domain` line from the
166
+`nebari-config.yaml`.
167
168
+If you prefer to setup DNS, see the [domain-registry documentation](https://www.nebari.dev/docs/how-tos/domain-registry#what-is-a-dns).
169
170
## Deploying Nebari
171
172
With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time with:
0 commit comments