This commit is contained in:
Joey Hafner 2022-07-08 00:56:21 -07:00
parent bf5b24e5af
commit 2eb8e1dc5a

View File

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