Disable :ro due to permissions errors

This commit is contained in:
Joey Hafner 2022-07-08 00:55:53 -07:00
parent 5d30f520a5
commit bf5b24e5af

View File

@ -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