Skip to content

Commit c8d766a

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

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ 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
4845
docker compose pull
4946
docker compose up
5047
```

0 commit comments

Comments
 (0)