Hello,
This request come from this post: Device doesn't update in Docker
To get working a LibreNMS in Docker, it is necessary to create more than one container: one for the interface, other for cron, other for memcache…
Is it not possible to integrate all in one container? At least the cron container add in the interface container.
Here is how is necessary to create more than one container: https://github.com/librenms/docker/blob/master/examples/compose/docker-compose.yml
Kind regards.