chore(librenms): update readme with known issues
This commit is contained in:
parent
07794e42fa
commit
0448ff83a1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue