mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 05:42:11 -04:00
ERROR cannot write to file "/updater/data/updates.json #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BK-STAR77 on GitHub (Oct 2, 2020).
Hello,
After deploy with docker-compose I have this error:
My docker compose:
thanks in advance
@qdm12 commented on GitHub (Oct 2, 2020):
I assume you missed the chmod part in the readme? If so, it's still interesting! I'll update the readme to be clearer about the next steps to follow.
@qdm12 Clarify next step transition in readme
@BK-STAR77 commented on GitHub (Oct 4, 2020):
ok but I'm not using the config file setting but the CONFIG variable and you said on the Readme:
" Note that this CONFIG environment variable takes precedence over the config.json file if it is set."
@qdm12 commented on GitHub (Oct 4, 2020):
Oops let me recheck that.
@qdm12 commented on GitHub (Oct 4, 2020):
Ok so now:
updates.jsonHappy DDNSing!
@qdm12 commented on GitHub (Oct 4, 2020):
Also note that
Don't do anything. These are often specific to linuxserver's Docker images. In my Docker image, there is only one process which runs with user
1000from the start (unlike linuxserver where it starts with root and then drops it). You can however specify for exampleuser: "1001"to run the container with another user ID 😉