You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: