Problems launching transmission docker #2878
Unanswered
Fagerinfoco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having problems launching transmission. I have my secrets set in the main compose
########################### SECRETS secrets: trans_pw: file: $DOCKERDIR/secrets/trans_pw trans_un: file: $DOCKERDIR/secrets/trans_un trust_unpw: file: $DOCKERDIR/secrets/trust_unpw
then it includes my transmission yml
I have my trustzone/openvpn username and password in one file. username on the first line, password on the second.
when i try to start up the container, the message i see in portainer logs is:
2024-09-12T23:17:33.054232292Z OpenVPN credentials not set. Exiting
What am i doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions