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