Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ be imported by ChirpStack or potentially any other LNS.
* In the root of this repository, execute `make serve`.
* Once `Starting server, bind: 0.0.0.0:8090` appears, open the web-interface in your browser by navigating to [http://localhost:8090](http://localhost:8090).

### Example docker compose
```
services:
lorawan-device-profiles:
image: chirpstack/chirpstack-device-profiles:latest
ports:
- 8090:8090
volumes:
- ./:/lorawan-device-profiles
```

### Add Vendor(s)

* In the left menu, click the _Add vendor_ button.
Expand Down