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 813d775Copy full SHA for 813d775
README.md
@@ -39,12 +39,10 @@ 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
+$EDITOR docker-compose.override.yml # Uses the standard editor, or use your own preferred editor
48
docker compose pull
49
docker compose up
50
```
0 commit comments