From 60927b8d9abb8909d75d153095db8b37ed98874a Mon Sep 17 00:00:00 2001 From: DerTFL Date: Sun, 1 Nov 2020 22:56:47 +0300 Subject: [PATCH] Update librenms.yml (#135) Add access to rrd files from librenms container. Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- examples/pwd/librenms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pwd/librenms.yml b/examples/pwd/librenms.yml index 80f6756..22fd549 100644 --- a/examples/pwd/librenms.yml +++ b/examples/pwd/librenms.yml @@ -81,6 +81,7 @@ services: - rrdcached volumes: - "librenms:/data" + - "rrd-db:/data/rrd" environment: <<: *envlibrenms TZ: *TZ