mirror of https://github.com/louislam/uptime-kuma
add tls=false flag to insecure option (#112)
parent
e7a8e6f173
commit
41ec0c4307
|
@ -31,6 +31,7 @@ Update the daemon configuration located at `/etc/docker/daemon.json`:
|
|||
#any additional parameters should be kept
|
||||
|
||||
#Insecure option, only use this if you are running on a closed network
|
||||
"tls": false,
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2375"]
|
||||
|
||||
#Secure option
|
||||
|
|
Loading…
Reference in New Issue