-
-
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
docker-run is working, but docker-compose give errors "URL rejected: Malformed input to a URL function" #70
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
|
Hi, thanks for your reply. I've checked both the SUMDOMAINS and TOKEN in the folder I've tried to find the problem myself and I was able to pinpoint it to this line of code. In the docker compose container: $ root@docker:/# dig +short ch txt whoami.cloudflare -4 @1.1.1.1 | sed 's/"//g'
;; communications error to 1.1.1.1#53: timed out While in the docker run container: $ root@docker:/# dig +short ch txt whoami.cloudflare -4 @1.1.1.1 | sed 's/"//g'
XXX.XXX.XXX.XXX But it's weird that their network settings are exactly the same ( |
Can you clarify how you solved the issue? I'm facing the same issue and have not been able to fix it Thanks |
Hi, I had the issue when I was using docker which came with QNAP NAS and it was caused by a setting named advanced folder permission. I didn't change anything and it works well on other docker installations. |
OK thank you |
I'm getting this error as well on a brand new install with docker compose on ubuntu server... I'm not so sure this should have been closed... |
I am getting similar issue on pi4b
|
Same here. I'd appreciate a solution as well :) |
I'm also having this same issue as well. Any one have any luck? |
Same here, this is what the dig command returns from the duckdns Docker container: Same result from the Ubuntu Host But it seems to be a malformed request based on the parameters, so I tried this instead |
Is there an existing issue for this?
Current Behavior
I've managed to it working with docker run (I replaced my actual subdomains and token with XXXXXXXX),
but somehow docker-compose is not working.
Expected Behavior
No response
Steps To Reproduce
I just used the template from the repo. (I replaced my actual subdomains and token with XXXXXXXX).
After logging into the container, here are the env variables
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: