Improve Docker Host TLS Wiki relate to #4426 and Add Troubleshooting IPv6 for Docker (#95)
* Improve Docker Host TLS Wiki relate to #4426
* Add Troubleshooting for IPv6 for Docker.
---------
Co-authored-by: Colgrave <hanqixu.blogs@simplelogin.co>
The lines from the daemon.json file "hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2375"] and "hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2376"] needed an extra space after the comma before the " starting the next host. The Docker service was through syntax errors without that space between the defined hosts.
This change adds documentation and an example on how to configuration the Docker Daemon to expose the TCP port and how to set up the monitoring in Uptime-Kuma.