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: custom-objects-quickstart/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ cd netbox-learning/custom-objects-quickstart
26
26
27
27
2. Set up your environment:
28
28
29
-
[!NOTE]
29
+
> [!TIP]
30
30
> By default NetBox will be exposed on your **external** IP address which will not work in most home environments.
31
31
> To override this set the `EXTERNAL_IP` variable as shown below. `127.0.0.1` usually works, otherwise choose a local interface IP.
32
32
@@ -64,4 +64,4 @@ rm -fr netbox-docker
64
64
```
65
65
66
66
- The time taken for NetBox to start depends greatly on the available hardware. The timeout is set to 600 seconds. You can change this in `2_start_netbox.sh`.
67
-
- The latest available version of NetBox Custom Objects will be used. You can edit `2_start_netbox.sh` to change this behaviour.
67
+
- The latest available version of NetBox Custom Objects will be used. You can edit `2_start_netbox.sh` to change this behaviour.
0 commit comments