Skip to content

Commit 813d775

Browse files
committed
Use our example file in the Readme
1 parent 0e66fba commit 813d775

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ There is a more complete [_Getting Started_ guide on our wiki][wiki-getting-star
3939
```bash
4040
git clone -b release https://github.com/netbox-community/netbox-docker.git
4141
cd netbox-docker
42-
tee docker-compose.override.yml <<EOF
43-
services:
44-
netbox:
45-
ports:
46-
- 8000:8080
47-
EOF
42+
# Copy the example override file
43+
cp docker-compose.override.yml.example docker-compose.override.yml
44+
# Read and edit the file to your liking
45+
$EDITOR docker-compose.override.yml # Uses the standard editor, or use your own preferred editor
4846
docker compose pull
4947
docker compose up
5048
```

0 commit comments

Comments
 (0)