Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example environment variable in README is incorrectly formatted #29

Open
SILENCE-ETERNAL opened this issue Apr 23, 2021 · 1 comment
Open

Comments

@SILENCE-ETERNAL
Copy link

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!

@metalmatze
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants