mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 14:39:19 +08:00
Update How-to-Monitor-Docker-Containers.md
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.