mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
Switch port 6000 to 8000
parent
cf979488c4
commit
647f22e83d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user