-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
When passing the environment variable OTR_TOPICS
to the docker container it is not overriding what is written in the recorder.conf
file.
$ docker inspect owntracks-recorder
...
"Config": {
"Env": [
...
"OTR_TOPICS=owntracks/some-user/#",
],
}
When looking at the logs of the container it subscribes to the topic defined in the default recorder.conf
:
$ docker logs owntracks-recorder
ot-recorder[11]: Subscribing to owntracks/# (qos=2)
And the recorder.conf
:
$ cat owntracks-recorder-volume/config/recorder.conf
OTR_TOPICS = "owntracks/#"
Metadata
Metadata
Assignees
Labels
No labels