Quickstart: Install and run NetBox Docker
releaseTo get NetBox Docker up and running, clone the release branch, prepare the override configuration, and start the containers using Docker Compose. Once running, the application is accessible at http://0.0.0.0:8000/.
git clone -b release https://github.com/netbox-community/netbox-docker.git
cd netbox-docker
# Copy the example override file
cp docker-compose.override.yml.example docker-compose.override.yml
# Read and edit the file to your liking
docker compose pull
docker compose up