From 2eb8e1dc5ae3049d5fc866f368caf9ed99288a88 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 8 Jul 2022 00:56:21 -0700 Subject: [PATCH] Fix typo --- homelab/server/config/monitoring/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/server/config/monitoring/docker-compose.yml b/homelab/server/config/monitoring/docker-compose.yml index f1e64c98..4b18137d 100644 --- a/homelab/server/config/monitoring/docker-compose.yml +++ b/homelab/server/config/monitoring/docker-compose.yml @@ -60,7 +60,7 @@ services: networks: - monitoring volumes: - - /var/run/docker.sock:/var/run/docker.sock: + - /var/run/docker.sock:/var/run/docker.sock - ${DOCKER_DATA}/promtail:/etc/promtail - ./promtail-config.yml:/etc/promtail/promtail-config.yml # not sure if this works. If not, just edit the config within the data volume restart: unless-stopped