chore(librenms): update readme with known issues

This commit is contained in:
redbeardymcgee 2025-03-29 09:45:00 -05:00
parent 07794e42fa
commit 0448ff83a1

View file

@ -1,5 +1,12 @@
# LibreNMS
## Create DB password secret
```bash
printf 'supersecretpassword' | podman secret create librenms-db-pw -
```
## Known Issues
- Dependencies are not respected at all
- Launch each container service manually for now