Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lux4rd0 authored Jun 25, 2024
1 parent 368b824 commit 63195c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The username and password are the same as those used in the Sense mobile or Sens

An example command line would be (be sure to change all of the variables):

To start the docker container, simply update this example compose.yaml file:
To start the docker container, simply update this minimal example compose.yaml file:

name: sense-collector-53997
services:
Expand All @@ -48,7 +48,6 @@ To start the docker container, simply update this example compose.yaml file:
environment:
SENSE_COLLECTOR_API_PASSWORD: CHANGEME
SENSE_COLLECTOR_API_USERNAME: [email protected]
SENSE_COLLECTOR_HOST_HOSTNAME: sense-collector.lux4rd0.com
SENSE_COLLECTOR_INFLUXDB_BUCKET: sense
SENSE_COLLECTOR_INFLUXDB_ORG: Lux4rd0
SENSE_COLLECTOR_INFLUXDB_TOKEN: TOKEN
Expand All @@ -63,7 +62,6 @@ If you don't want to use docker-compose, an example docker run command will be d
--name=sense-collector-53997 \
-e SENSE_COLLECTOR_API_PASSWORD=CHANGEME \
-e [email protected] \
-e SENSE_COLLECTOR_HOST_HOSTNAME=sense-collector.lux4rd0.com \
-e SENSE_COLLECTOR_INFLUXDB_BUCKET=sense \
-e SENSE_COLLECTOR_INFLUXDB_ORG=Tylephony \
-e SENSE_COLLECTOR_INFLUXDB_TOKEN=TOKEN \
Expand Down

0 comments on commit 63195c8

Please sign in to comment.