mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 14:39:19 +08:00
add tls=false flag to insecure option (#112)
@@ -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
|
||||
|
Reference in New Issue
Block a user