Getting error connection refused with IPv6 only. #7974
-
I'm not sure where exactly I should report this so I thought I would just start with a discussion here. I set up my docker to support IPv6 and have a bunch of containers in docker working with IPv6 just fine. However MKDocs give me the connection refused when using the docker container name for the URL (which resolves to both IPv6 and IPv4 but v6 is default). But when I hard set anything to use the IPv4 address of the container then everything works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello @silmarine Material for MkDocs is a theme for MkDocs, which as far as I know does not provide a container that works like a web server and provides your documentation. I don't think the problem you describe depends on MkDocs material. And that's what this forum is for. But if we can help you, we need more information about your setup. |
Beta Was this translation helpful? Give feedback.
The Docker image provided by the project is not suitable for deployment in a production environment.
You can start a live server where you can see your changes. It is also intended that you can generate your documentation with the image
For a deployment in the production environment you can use a webserver like
nginx
orapache2
.References: