point telegraf to socket proxy

This commit is contained in:
2026-05-30 21:27:34 +00:00
parent c0a0768257
commit 0ba1f92817
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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.