remove command option from rrdcached container
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user