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.
1 parent 0e66fba commit c8d766aCopy full SHA for c8d766a
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