This commit is contained in:
Tobias Genannt 2025-07-18 12:13:52 -07:00 committed by GitHub
commit a2f1a9c5e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,12 +39,9 @@ There is a more complete [_Getting Started_ guide on our wiki][wiki-getting-star
```bash ```bash
git clone -b release https://github.com/netbox-community/netbox-docker.git git clone -b release https://github.com/netbox-community/netbox-docker.git
cd netbox-docker cd netbox-docker
tee docker-compose.override.yml <<EOF # Copy the example override file
services: cp docker-compose.override.yml.example docker-compose.override.yml
netbox: # Read and edit the file to your liking
ports:
- 8000:8080
EOF
docker compose pull docker compose pull
docker compose up docker compose up
``` ```