-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[BUG] Defining FILE__TOKEN doesn't work #77
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Look at the warning in your log regarding token |
Ah I see, nice that
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
I've switched from an AMD64 system to an ARM system, and now the configuration I had for the container no longer works:
Where
./duckdns_token.txt
is aroot
owned600
permissions file containing the token without a newline. When I get a shell in the container I see that the secrets file is set, but the environment variable is set to an empty line:Expected Behavior
The
TOKEN
env variable is set, as per the documentation at https://docs.linuxserver.io/images/docker-duckdns/?h=duckdns#environment-variables-from-files-docker-secretsSteps To Reproduce
I'm not quite sure, but the issue appeared for me when I switched from an AMD64 system to an ARM (
aarch64
) system.Environment
CPU architecture
arm64
Docker creation
`docker compose up -d`
Container logs
The text was updated successfully, but these errors were encountered: