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 am sorry as I was doing the export I realized there is a trailing newline at the end of file. This newline did not show up anywhere (vim/vscode/gedit) and could not remove it with tr. I was able to remove it with truncate -s -1 <<file>>. Now the variable is set correctly.
Incredible how much time I spent on a simple issue like this. Thank you.
Is there an existing issue for this?
Current Behavior
When I set:
I can see the evironment variable
FILE__PASS
set in the container to the path but thePASS
is undefined.Documentation about the feature
Expected Behavior
The
PASS
contains the contents of the/run/secrets/ddclient_password
file.Steps To Reproduce
./secrets/ddclient/password
as a simple stringxxxxxxx
for exampledocker compose exec ddclient sh
PASS
variable is undefinedEnvironment
CPU architecture
x86-64
Docker creation
`docker compose up ddclient`
Container logs
If we set up the env variable to be used as password then following code:
The text was updated successfully, but these errors were encountered: