point telegraf to socket proxy
This commit is contained in:
@@ -25,7 +25,6 @@ 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
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user