transmission-exporter icon indicating copy to clipboard operation
transmission-exporter copied to clipboard

Example environment variable in README is incorrectly formatted

Open SILENCE-ETERNAL opened this issue 3 years ago • 1 comments

If I'm following the standards as listed in the docker-compose docs, shouldn't there be a dash in front of the variable name and then an =?

environment: TRANSMISSION_ADDR: http://transmission:9091 vs environment: - TRANSMISSION_ADDR=http://transmission:9091

I'm currently having issues with the exporter connecting to my transmission daemon and I'd like to confirm I'm using the right addr/password variable format. Thanks!

SILENCE-ETERNAL avatar Apr 23 '21 04:04 SILENCE-ETERNAL

No, I double checked with other docker-compose files I have and the environment is definitely an object / map with key-values.

metalmatze avatar Apr 26 '21 08:04 metalmatze