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:
image: crazymax/rrdcached:latest
container_name: librenms_rrdcached
ports:
- target: 42217
published: 42217
protocol: tcp
environment:
TZ: Europe/Paris
PUID: 0
PGID: 0
NETWORK_OPTIONS: "-L"
LOG_LEVEL: LOG_DEBUG
volumes:
- /var/lib/docker/volumes/librenms/rrd_data:/data
restart: always