From 2e947e075c93627e47213acd797fe4880fb418e3 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 8 Jul 2022 00:55:53 -0700 Subject: [PATCH] Disable :ro due to permissions errors --- server/config/monitoring/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/monitoring/docker-compose.yml b/server/config/monitoring/docker-compose.yml index 8ff3240..c205261 100644 --- a/server/config/monitoring/docker-compose.yml +++ b/server/config/monitoring/docker-compose.yml @@ -60,7 +60,7 @@ services: networks: - monitoring volumes: - - /var/run/docker.sock:/var/run/docker.sock:ro + - /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