diff --git a/docker-compose.yaml b/docker-compose.yaml index c12d398..004b5c4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,8 +25,7 @@ services: environment: - HOST_MOUNT_PREFIX=/hostfs - HOST_PROC=/hostfs/proc - - DOCKER_HOST=tcp://supporting-services-socket-proxy:2375 - + certbot: image: git.mrmeeb.stream/mrmeeb/certbot-cron:latest container_name: certbot diff --git a/telegraf.conf b/telegraf.conf index 96aa82b..0e4bb8e 100644 --- a/telegraf.conf +++ b/telegraf.conf @@ -5531,7 +5531,7 @@ # ## Docker Endpoint # ## To use TCP, set endpoint = "tcp://[ip]:[port]" # ## To use environment variables (ie, docker-machine), set endpoint = "ENV" - endpoint = "unix:///var/run/docker.sock" + endpoint = "tcp://supporting-services-socket-proxy:2375" # # ## Set to true to collect Swarm metrics(desired_replicas, running_replicas) # ## Note: configure this in one of the manager nodes in a Swarm cluster.