-
Notifications
You must be signed in to change notification settings - Fork 9
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 Version, IPv6] Failed to obtain IP Addresses! #34
Comments
I never tried ipv6 in docker and I'm not entirely sure that this makes sense. You would have to enable IPv6 in docker: https://docs.docker.com/config/daemon/ipv6/ But even then I would guess that the DNS Record would point to the Porkbun container. Using IPv6 inside docker only makes sense with the If you got a DS-Lite connection you would have to run porkbun-ddns (python version) in the same VM / Host / LXC-Container as the service (e.g. nginx) you want to expose, at least that would be my understanding. You could also build your own docker container with nginx and porkbun-ddns and enable IPv6, but I guess when you want to stick with docker it would be way easier to use caddy with the dynamic_dns module. |
I already had IPv6 enabled for docker (the default bridge) so this most likely is not issue. For now I am just using the pure python version of the project - which runs fine. Maybe flag the IPv6 option of the Docker container as |
👍 I'll added to the docs. I'll also have a look at this the next days, the main problem seems to be that |
This is a https://forums.docker.com/t/solution-docker-ipv6-and-docker-compose-woes/97852
|
Yep, verified it on my machine. Docker run works. |
Hello @mietzen, thank you for your awesome project!
I am hosting a home server with IPv6 and encountered troubles with the docker version of this project.
Running
sudo docker-compose up
with the followingdocker-compose.yml
on my Raspberry PiI get the following error:
I have verified that running the programm with IPv4 works (but is useless for me due to DS-Lite)
Do you have an Idea on how to fix the problem?
The text was updated successfully, but these errors were encountered: