Skip to content

Commit

Permalink
README.md - environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
csautter committed Feb 11, 2024
1 parent 3cbb9bf commit e189011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ FB_USER=user
# Fritz Box Passwort
FB_PASS=<YOUR_PASSWORD>
````
````dockerfile
services:
vzlogger:
environment:
- FB_URL=http://192.168.178.1/
- FB_USER=user
- FB_PASS="<YOUR_PASSWORD>"
````
### Get switch energy consumption in Wh and power in W

#### Run with node
Expand Down

0 comments on commit e189011

Please sign in to comment.