Skip to content

Commit 22a96b5

Browse files
committed
readme docker
1 parent 0cf0b04 commit 22a96b5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This exporter exports some variables from Philips Hue Bridge
44
(https://www.philips-hue.com)
55
to prometheus.
66

7-
## Building
7+
## Build
88

99
go get github.com/aexel90/hue_exporter/
1010
cd $GOPATH/src/github.com/aexel90/hue_exporter
1111
go install
1212

13-
## Running
13+
## Execute
1414

1515
How to create a user for your bridge is described here: https://developers.meethue.com/develop/get-started-2/
1616

@@ -34,6 +34,12 @@ Usage:
3434
-username string
3535
The username token having bridge access
3636

37+
## Docker
38+
39+
cp .env.template .env
40+
vi .env
41+
docker-compose up -d --build
42+
3743
## Example execution
3844

3945
### Running within prometheus:

0 commit comments

Comments
 (0)