Skip to content

Commit e4df2ad

Browse files
authored
add example docker compose in readme if local ports need to be adjusted.
1 parent dba2543 commit e4df2ad

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ be imported by ChirpStack or potentially any other LNS.
2020
* In the root of this repository, execute `make serve`.
2121
* 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).
2222

23+
### Example docker compose
24+
```
25+
services:
26+
lorawan-device-profiles:
27+
image: chirpstack/chirpstack-device-profiles:latest
28+
ports:
29+
- 8090:8090
30+
volumes:
31+
- ./:/lorawan-device-profiles
32+
```
33+
2334
### Add Vendor(s)
2435

2536
* In the left menu, click the _Add vendor_ button.

0 commit comments

Comments
 (0)