We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a945236 + c8d766a commit 7aeec92Copy full SHA for 7aeec92
README.md
@@ -39,12 +39,9 @@ There is a more complete [_Getting Started_ guide on our wiki][wiki-getting-star
39
```bash
40
git clone -b release https://github.com/netbox-community/netbox-docker.git
41
cd netbox-docker
42
-tee docker-compose.override.yml <<EOF
43
-services:
44
- netbox:
45
- ports:
46
- - 8000:8080
47
-EOF
+# Copy the example override file
+cp docker-compose.override.yml.example docker-compose.override.yml
+# Read and edit the file to your liking
48
docker compose pull
49
docker compose up
50
```
0 commit comments