remove command option from rrdcached container

This commit is contained in:
2026-07-31 17:41:05 +02:00
parent 8cb3f83570
commit a6dd6f2336
+5 -1
View File
@@ -25,11 +25,15 @@ services:
rrdcached: rrdcached:
image: crazymax/rrdcached:latest image: crazymax/rrdcached:latest
container_name: librenms_rrdcached container_name: librenms_rrdcached
ports:
- target: 42217
published: 42217
protocol: tcp
environment: environment:
TZ: Europe/Paris TZ: Europe/Paris
PUID: 0 PUID: 0
PGID: 0 PGID: 0
NETWORK_OPTIONS: "-L" LOG_LEVEL: LOG_DEBUG
volumes: volumes:
- /var/lib/docker/volumes/librenms/rrd_data:/data - /var/lib/docker/volumes/librenms/rrd_data:/data
restart: always restart: always