From 647f22e83d89f169bed4d6b70e740bfad201eac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 17 Mar 2020 15:51:29 +0100 Subject: [PATCH] Switch port 6000 to 8000 --- Getting-Started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 3413928..4cc84c9 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -43,12 +43,12 @@ version: '3.4' services: nginx: ports: - - 6000:8080 + - 8000:8080 ``` -This file will define that Netbox Docker will always listen on port `6000` when it starts up. +This file will define that Netbox Docker will always listen on port `8000` when it starts up. (Without that file it would listen on a random port so that you can start multiple Netbox instances in parallel.) -If you already have something listening on port `6000` feel free to change it. +If you already have something listening on port `8000` feel free to change it. To get Netbox Docker up-and-running, here are the two final steps: @@ -65,10 +65,10 @@ docker-compose up ``` You will see a lot of output on your screen. -Netbox will be initialising the database and then start. +Netbox will be initializing the database and then start. The whole application will be available after a few minutes. -Copy the URL `http://0.0.0.0:6000/` in a web-browser. +Open the URL `http://0.0.0.0:8000/` in a web-browser. You should see the Netbox homepage. On the top-right corner you can log-in. The default credentials are: