Dedicated rrdcached container with docker image https://github.com/jarischaefer/docker-librenms

I am trying to set up a dedicated rrdcached container with the docker image https://github.com/jarischaefer/docker-librenms with the following command:

docker run
-d
-p 42217:42217
-e MEMCACHED_ENABLE=false
-e TZ=UTC
-e DISCOVERY_ENABLE=false
-e DAILY_ENABLE=false
-e ALERTS_ENABLE=false
-e POLL_BILLING_ENABLE=false
-e BILLING_CALCULATE_ENABLE=false
-e CHECK_SERVICES_ENABLE=false
-e POLLERS_ENABLE=false
-e RRDCACHED_ENABLE=true
-e NGINX_ENABLE=false
-e PHPFPM_ENABLE=false
-v /home/centos/librenms3/rrd:/opt/librenms/rrd
–name librenms3-rrdcached
jarischaefer/docker-librenms

However, the container status is ‘Exited (1)’.

Any help would be greatly appreciated.

Figured.

The “Basic commands to run the container” shows all mandatory fields.