1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-20 16:56:14 +00:00

Fix compose

This commit is contained in:
CrazyMax 2018-07-07 23:56:28 +02:00
parent fc4174930d
commit 9396e72dbb

View file

@ -56,7 +56,8 @@ services:
rrdcached:
image: crazymax/rrdcached
volumes:
- ./librenms/rrd:/data
- ./librenms/rrd:/data/db
- ./rrd-journal:/data/journal
environment:
- TZ=Europe/Paris
- PUID=1000